Sahan Amadoruge
12/07/2021, 11:52 AMS3Bucket
i'm creating a bucket and apply notification triggers.
const s3Bucket = new S3Bucket(app, "Bucket", {
dbEnvs: database.dbEnvs,
});
Before, i was able get the bucket name using s3Bucket.fileBucket.bucketName
But now when i console logged i get something like this ${Token[TOKEN.637]}
any idea about this?thdxr
12/07/2021, 3:41 PMthdxr
12/07/2021, 3:41 PMSahan Amadoruge
12/07/2021, 3:41 PM