Skip to content

Files

Latest commit

8b56040 · Oct 17, 2023

History

History
3 lines (3 loc) · 373 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 373 Bytes

aws-cloudwatch-to-s3-exporter

AWS Lambda function that exports CloudWatch log groups to an S3 bucket daily; coded in TypeScript using AWS SDK for JavaScript v3. This project is coded to create a production lambda and a staging lambda that each export only their respective logs. This means only buckets tagged with stage: staging would be exported by the staging lambda.