There was an error while loading. Please reload this page.
1 parent 8870013 commit 29204f4Copy full SHA for 29204f4
1 file changed
infrastructure/lib/cloudfront-s3-stack.ts
@@ -30,7 +30,7 @@ export class CloudFrontS3Stack extends cdk.Stack {
30
31
// Create S3 bucket for hosting frontend files
32
this.bucket = new s3.Bucket(this, "FrontendBucket", {
33
- bucketName: `nevustool-website-${tier}`,
+ bucketName: `nci-cbiit-nevustool-website-${tier}`,
34
blockPublicAccess: s3.BlockPublicAccess.BLOCK_ALL,
35
removalPolicy: cdk.RemovalPolicy.DESTROY, // For development - change for production
36
autoDeleteObjects: true, // For development - change for production
0 commit comments