ServerlessOpsIO / aws-org-management

AWS Organization management
0 stars 0 forks source link

Trigger deployments on CFN StackSet updates #1

Open tmclaugh opened 3 months ago

tmclaugh commented 3 months ago

As a developer an update to a CFN StackSet file will trigger an update when the deployment workflow is run.

Currently for StackSet resources in CloudFormation stacks we pass an S3 URL to the TemplateURL property. On top of that we need to manually sync these template files to that S3 bucket. An ideal workflow would ensure that:

1) A change to a StackSet template causes an update when an affected repo's deployment workflow is run and invokes CloudFormation. 2) Template files do not require manual syncing.

tmclaugh commented 3 months ago

Deployed some changes which look good so far.

tmclaugh commented 3 months ago

Need to add some of the enhancements in aws-gha-integration

tmclaugh commented 3 months ago

add some enhancements