-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sandbox cloudwatch logs to S3 #6379
base: main
Are you sure you want to change the base?
Conversation
Terraform Component 🧱:
|
Terraform Component 🧱:
|
@jhpyke PR submitted as requested. Will expand with the S3 export module when I have some time as well. Thanks for all your help! |
Pull Request Objective
This piece of work is being tracked in this GitHub Issue.
data-prod has a cloudtrail-athena-events processor that uses a lambda to post logs to a cloudwatch logstream.
This PR replicates this for data-engineering-sandbox-a. The intention is to then extend this with another lambda that writes the logs to S3 on a schedule.
Checklist
Note
Each items should be checked. Skipping below checks could delay your PR review!
and ensured that my code complies with it
used the
override-static-analysis
label, I've explained why)Additional Comments
Do Not Merge yet - still being expanded