You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, AWS Lambda limits the initialization phase to 10 second
this is only true for regular invokes. Provisioned concurrency and SnapStart have different timeouts. Async Init doesn't make much sense for the SnapStart usecase in particular, so it would be good to keep this option for regular invokes only.
The text was updated successfully, but these errors were encountered:
Excerpt from
https://github.com/awslabs/aws-serverless-java-container/wiki/Quick-start---Spring-Boot2#asynchronous-initialization
this is only true for regular invokes. Provisioned concurrency and SnapStart have different timeouts. Async Init doesn't make much sense for the SnapStart usecase in particular, so it would be good to keep this option for regular invokes only.
The text was updated successfully, but these errors were encountered: