Exporting Cloudwatch Logs automatically to S3 with a Lambda function

The process of Exporting Cloudwatch logs automatically to s3 with a Lamda Function

The missing feature of Cloudwatch Logs. Your Cloudwatch Log Groups could look something like this:   Log groups with Retention As you might guess, after the retention time, logs are deleted. And that’s a good approach for keeping the costs under control, but sometimes regulation mandates that logs are stored longer than this period. Luckly, […]