Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aws-ecs-patterns): add circuitbreaker deployment configuration #13504

Closed
wants to merge 1 commit into from

Conversation

daveharmon
Copy link

The circuitbreaker deployment feature was announced here: https://aws.amazon.com/blogs/containers/announcing-amazon-ecs-deployment-circuit-breaker/

It is already supported by the base ECS constructs, this CR just adds the configuration option to the high-level constructs for which it is relevant.

This is my first contribution, probably deserves extra scrutiny. In particular I modified a unit test. It seems that is not considered best practice here, but I felt adding a whole new unit test would be overkill. My changes shouldn't modify the behavior of the unit tests, they should just expand on the case.

Related to: #12360


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

@gitpod-io
Copy link

gitpod-io bot commented Mar 9, 2021

@mergify
Copy link
Contributor

mergify bot commented Mar 9, 2021

Title does not follow the guidelines of Conventional Commits. Please adjust title before merge.

@daveharmon daveharmon changed the title feat(aws-ecs-patterns) add circuitbreaker deployment configuration feat(aws-ecs-patterns): add circuitbreaker deployment configuration Mar 9, 2021
@daveharmon daveharmon force-pushed the 12360 branch 4 times, most recently from 2ce3f1b to 50b477c Compare March 9, 2021 20:33
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 10537bc
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@daveharmon
Copy link
Author

closing in favor of #12719

@daveharmon daveharmon closed this Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants