Skip to content

Commit

Permalink
Merge pull request #1 from citymapper/readme_s3_retention_policy
Browse files Browse the repository at this point in the history
Added bit on S3 bucket retention policy
  • Loading branch information
slai committed Oct 16, 2018
2 parents fef8589 + 521b63a commit a6a9508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ If you want to deploy using other mechanisms, e.g. Terraform, it's best to look

To deploy using the CloudFormation template,

1. Create the S3 bucket to archive the log files to
1. Create the S3 bucket to archive the log files to. You may want to add a retention policy to purge logs after a period of time.

2. Create a ZIP file with `rds_logs_archiver.py` in it. It must be named `rds_logs_archiver.py` and must live in the root of the ZIP file. If it isn't, Lambda won't be able to find the code and run it.

Expand Down

0 comments on commit a6a9508

Please sign in to comment.