aws / aws-extensions-for-dotnet-cli

Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
Apache License 2.0
369 stars 86 forks source link

fix: wait for lambda to be ready before update #267

Closed philasmar closed 1 year ago

philasmar commented 1 year ago

Issue #, if available: DOTNET-6627

Description of changes: Integration test fails due to race condition. Need to wait for lambda to be ready before trying to update the code.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.