Skip to content

Commit

Permalink
add toolkitStackName to bootstrapping docs (#3749)
Browse files Browse the repository at this point in the history
I spent a long time trying to figure out how to customise the name of the CDK bootstrap stack. Turns out it's quite easy.
  • Loading branch information
chrisyoungbrighte committed Apr 26, 2024
1 parent 3835298 commit b4a331a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/docs/advanced/bootstrapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ There are two ways to customize the bootstrapping resources.
qualifier: "my-team",
fileAssetsBucketName: "my-team-CDKToolkit",
customPermissionsBoundary: "my-team-pb",
toolkitStackName: "custom-cdk-bootstrap-stack-name",
}
}
},
Expand All @@ -108,4 +109,4 @@ There are two ways to customize the bootstrapping resources.
cdk bootstrap --template template.yaml
```

When you run `cdk bootstrap`, SST will use the stack you've manually bootstrapped.
When you run `cdk bootstrap`, SST will use the stack you've manually bootstrapped.

0 comments on commit b4a331a

Please sign in to comment.