Ask Your Question
2

The lambda function timed out after 120.6 seconds while performing a task.

asked 2023-06-06 13:00:19 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-06 13:16:01 +0000

djk gravatar image

This means that the task carried out by the lambda function exceeded the maximum allotted execution time of 120.6 seconds. Lambda functions have a maximum execution time of 15 minutes, but it is typically advised to keep them as short as possible. To resolve this issue, you can either optimize the code of the lambda function to run more efficiently and complete the task within the allotted time, or you can increase the maximum execution time by adjusting the settings of the lambda function.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-06 13:00:19 +0000

Seen: 1 times

Last updated: Jun 06 '23