aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.57k stars 3.88k forks source link

(aws-codepipeline-actions): add support for CodePipeline Stack Set actions #12669

Open polothy opened 3 years ago

polothy commented 3 years ago

There are two new actions available in CodePipeline:

AWS announcement: https://aws.amazon.com/about-aws/whats-new/2020/12/aws-codepipeline-supports-deployments-with-cloudformation-stacksets/

Use Case

In order to deploy CloudFormation Stack Sets through a CodePipeline that is defined via a CDK project.

Proposed Solution

No proposed solutions, I assume they would look similar to the current CodePipeline actions.

Other


This is a :rocket: Feature Request

ndchelsea commented 3 years ago

FYI - I put up https://github.com/aws/aws-cdk/pull/14225 today. It only covers stack sets because that's all I need at the moment - don't really have the time to do the testing and what not on the stack instances action since I don't need it. Hope it helps! (not linking the issue since it doesn't fully resolve)

TejjeT commented 3 years ago

Curious , any idea when this will be generally available ?