You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've read through the docs,
both here: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ecs.TagParameterContainerImage.html
and here: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_codepipeline_actions-readme.html#deploying-ecs-applications-stored-in-a-separate-source-code-repository
And I'm a little confused as to what problem this construct solves.
Why do this (use
TagParameterImage
):When you can just do this (use a
CfnParameter
):Is the construct doing anything that's important?
Beta Was this translation helpful? Give feedback.
All reactions