简体   繁体   中英

Create a text file in an existing AWS S3 bucket using CloudFormation

Is it possible to create a text file in existing AWS S3 Bucket and write some data to the file using CloudFormation?

Thank You

You can't create any objects in buckets using CloudFormation with available resources.

However, you could create a custom resource based of a lambda function which would create desired text file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM