quickstart-amazon-eks icon indicating copy to clipboard operation
quickstart-amazon-eks copied to clipboard

awsqs-kubernetes-get internal failure when running in parallel on first deployment

Open mttwise opened this issue 4 years ago • 0 comments

On the first run of the awsqs-kubernetes-get custom resource after deploying a cluster, if more than one invocations to the custom resource are done concurrently, the CloudFormation deploys with an InternalFailure error. The cause is the function update code cannot be called concurrently.

Perhaps the function should be initialized during cluster deploy to prevent this?

image

image

mttwise avatar Apr 23 '21 20:04 mttwise