cloudcomponents / cdk-constructs

A collection of higher-level reusable cdk constructs
MIT License
623 stars 101 forks source link

Add tagging Support for EcsService is blue-green cdk construct #132

Closed aperuru closed 2 years ago

aperuru commented 2 years ago

Issue:

When using the cdk-blue-green-container-deployment, the resources created are not tagged and do not support tagging.

Solution:

Allow the resources of the stack to be tagged properly via the parent stack, either by passing the tags directly to the resources to be handled by the custom resources lambda handler, to be used via the AwdSdkCall CDK class, or to be handled by the EcsService’s PropagateTags property.

hupe1980 commented 2 years ago

Fixed with #141