cdk-stacksets
cdk-stacksets copied to clipboard
I would like to leverage `cdk-stacksets` in order to deploy multiregional and into multiple accounts **including File Assets**. Environment: ``` Node: v18.14.2 TypeScript: ~5.4.5 CDK: 2.138.0 cdk-stacksets: ^0.0.150 ``` I...
Before this change, the StackSet construct supported only per-target parameter overrides. This is not sufficient to pass parameters to a stack template; parameters have to be set before they can...
When using `StackSetTarget.fromAccounts` with `parameterOverrides` the CDK synth works fine but when trying to deploy it the deployment fails: ``` TestStack failed: Error: The stack named TestStack failed to deploy:...
Fixes #438 This PR moves the assume role policy inline to avoid a race condition of the stack set resource deployment before the policy is attached. As a consequence, an...
I'm hitting a race condition when using a self managed deployment. It looks like the stack set resource starts deploying before the IAM role is ready, resulting in the following...
I want to deploy a StackSet to an OU, but I only want to deploy it to a sub-set of accounts in the same OU. In CloudFormation I would use...
I trying to deploy a `NodejsFunction` with a stackset but I can't get the file asset to work. I get the following error > Error: Cannot find asset at /Users/markus/src/awsCore-tagScheduler/infrastructure/cdk.out/assembly-awsCoreTagScheduler-awsCoreTagScheduler-frankfurt-dev/Users/markus/src/awsCore-tagScheduler/infrastructure...
When using `StackSetTarget.fromOrganizationalUnits(...)` and passing `additionalAccounts` it is possible to pass an empty array which makes sense because of the types that are necessary for that parameter (i.e. `string[] |...
I've been trying to write a CDK unit test for my `StackSetStack` but I keep running into issues with this no matter how I structure it. **Targeting the Parent Stack**...
``` 2:12:54 PM | CREATE_FAILED | AWS::Lambda::Function | CustomCDKBucketDep...CC9EB8756C81C01536 Resource handler returned message: "1 validation error detected: Value '[arn:aws:lambda:eu-central-1:xxxxxxxxxxxx:layer:ManagementCdkStackDeployTestStackTestStackSetStackE0B29806AssetBucketDeployment0AwsCliLayer499ADD6C:1]' at 'layers' failed to satisfy constraint: Member must satisfy constraint: [Member...