mirror of
https://github.com/ivabus/www
synced 2024-11-10 05:45:16 +03:00
test log
This commit is contained in:
parent
f1a132b1c8
commit
54ffcf9b12
|
@ -26,7 +26,7 @@ export default class TeaXYZ extends Stack {
|
|||
autoDeleteObjects: true,
|
||||
removalPolicy: RemovalPolicy.DESTROY,
|
||||
});
|
||||
console.log("BUCKET NAME:", bucket.bucketName)
|
||||
console.log("BUCKET ARN:", bucket.bucketArn)
|
||||
fs.writeFile(path.join(process.cwd(), "bucket.txt"), bucket.bucketName, () => {
|
||||
console.log('bucket name shared');
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue