Use this AWS CloudFormation template to create the complete infrastructure to copy contents from source Amazon S3 provided by the user to target Amazon S3 bucket created in user account.
- Target Amazon S3 bucket
- AWS Identity and Access Management (IAM) role for AWS Lambda to access/put objects in the target Amazon S3 bucket
- AWS Lambda function to copy the contents from source to target bucket
- Amazon CloudWatch log for AWS Lambda function log tracking
- CloudFormation custom resource to trigger the AWS Lambda
- AWS Account
- Source Amazon S3 bucket
- access to execute the CloudFormation template
- execute the CloudFormation template in AWS account
- all the resources mention will be created by CloudFormation template
- object from source bucket will be copied
- AWS Lambda logs are published in CloudWatch logs
Contributions are more than welcome. This project has adopted the Amazon Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opensource-codeofconduct@amazon.com with any additional questions or comments.
This library is licensed under the MIT-0 License. See the LICENSE file.