Skip to content

AWS Lambda Function. #7085

Answered by shinyapes
OwaisAzad asked this question in Q&A
Discussion options

You must be logged in to vote

The maximum execution time for AWS Lambda functions is 900 seconds (15 minutes). This limit can be increased by contacting AWS support and requesting a limit increase.

To handle processing that requires more than the maximum execution time, there are several strategies that can be used:

Split the processing into smaller chunks: Break down the processing into smaller tasks that can be executed within the maximum execution time. Use AWS Step Functions to orchestrate the execution of these tasks.

Use AWS Batch: AWS Batch is a service that enables you to run batch computing workloads on the AWS Cloud. Use AWS Batch to run long-running processing tasks that require more than the maximum execut…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Pradumnasaraf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants