add support for Blue/Green deployments in ECS #8170
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
feature-request
A feature should be added or improved.
CFN recently added support for Blue Green deployments. https://aws.amazon.com/about-aws/whats-new/2020/05/aws-cloudformation-now-supports-blue-green-deployments-for-amazon-ecs/
It'll be valuable to have this feature added in CDK.
Detailed documentation in https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/blue-green.html
This feature seems to use 2 top level keys in CFN template
Hooks
andTransform
, i'm not sure if they're already supported by CDK, if not that'll need to be built too.This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: