cloudcomponents / cdk-constructs

A collection of higher-level reusable cdk constructs
MIT License
624 stars 104 forks source link

EcsDeploymentGroup always creates a new EcsApplication #166

Closed cuperman closed 2 years ago

cuperman commented 2 years ago

If you have multiple services / deployment groups in a stack, it would be nice to add them to a common CodeDeploy Application. Currently, the EcsDeploymentGroup construct always creates a new CodeDeploy Application (EcsApplication).

hupe1980 commented 2 years ago

Closed with #167