Does Amplify's SSR feature have execution time limits like Lambda function?

0

Well, I deployed my Next.js 14 app with server actions to Amplify with SSR feature. My app contains heavy tasks that render pages and produce PDF reports on the server side in real-time, and these logics are executed as Server Actions of Next.js 14. While those heavy tasks were used as lambda functions, without changing the default execution time limitation, sometimes exceeds the time limitation. My concern is whether Amplify SSR feature has the same execution time limitation. If there is the execution time limitation, is it possible to change the time of timeout?

已提问 4 个月前54 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容