Sahan Amadoruge
10/29/2021, 11:52 AMRoss Coundon
10/29/2021, 11:52 AMSahan Amadoruge
10/29/2021, 12:04 PMLukasz K
10/29/2021, 12:11 PMconst element = s3.Bucket.fromBucketName(this, 'bucketCheck', '<YOUR-BUCKET-NAME>');
if (element && element.bucketArn) {
<fancy stuff goes here>
}
then do some randomization of the nameSahan Amadoruge
10/29/2021, 12:31 PM