1
votes

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

Thank You

1

1 Answers

4
votes

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.