Waiting for provisioned concurrency on Lambdas #1350
-
If you have an AWS Lambda with provisioned concurrency on an alias and you update the alias. The effect isn't immediate. It takes time for the provisioned concurrency to be updated for the Lambda alias. Is there a code example of how to wait for the provisioned concurrency to be updated before proceeding. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Does updating the alias transition the Lambda function's Here is our developer guide entry on waiters: https://docs.aws.amazon.com/sdk-for-kotlin/latest/developer-guide/waiters.html |
Beta Was this translation helpful? Give feedback.
-
Namely |
Beta Was this translation helpful? Give feedback.
-
Hi @NikolayMetchev , I have created a request to add this waiter with the Lambda service team (ticket Since it seems like you're unblocked for now, and this is not actionable by the SDK team I'm inclined to close this discussion. Thanks again for bringing this to our attention. |
Beta Was this translation helpful? Give feedback.
Something like this I think: