Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Specify bucket name (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad authored May 23, 2023
1 parent 57b38df commit 04c6a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdk/StacBrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export class StacBrowser extends Stack {
super(scope, id);

const bucket = new s3.Bucket(this, `${Stack.of(this).stackName}-static-bucket`, {
bucketName: Stack.of(this).stackName,
removalPolicy: RemovalPolicy.DESTROY,
})

Expand Down

0 comments on commit 04c6a3e

Please sign in to comment.