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 87 forks source link

Feature Addition: User Configurable Stack Polling Interval #287

Closed alex-gausman closed 1 year ago

alex-gausman commented 1 year ago

Description of changes: In our CI/CD processes, we often hit rate limits due to frequent Describe requests when deploying stacks. This PR introduces a new deploy-serverless parameter --stack-polling-delay allowing users to set the polling interval and aligning this tool with SAM CLI's functionality (see SAM CLI PR #3500).

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

normj commented 1 year ago

Thanks for the PR. This will be helpful for users dealing with throttling issues. Let me get another team member do a double check and then we will get it released.

normj commented 1 year ago

Thanks again for the PR. I just pushed out version 5.8.0 with this change.

alex-gausman commented 1 year ago

Thanks @normj for the quick release!