Lambda with SnapStart enabled and Publish=True will block deployment of other lambda functions in the same program #3740
Labels
impact/performance
Something is slower than expected
kind/bug
Some behavior is incorrect or out of spec
resolution/duplicate
This issue is a duplicate of another issue
What happened?
When updating multiple lambda function in the same program, enabling snapstart will cause each function to block until the previous publish is complete, which takes about 3min (sometimes longer) in AWS. In a stack with 20 lambdas, this can cause the deployment to take 1+ hrs.
Example
Example function config causing this issue:
Output of
pulumi about
3.111.0
Additional context
Example trace of multiple lambda blocking for 3min
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: