fivexl / terraform-aws-cloudtrail-to-slack

Parse AWS CloudTrail events and send alerts to Slack for events that match pre-configured rules
https://registry.terraform.io/modules/fivexl/cloudtrail-to-slack/aws/latest
Apache License 2.0
93 stars 26 forks source link

CloudTrail Event Filtering: #38

Closed EreminAnton closed 1 year ago

EreminAnton commented 1 year ago

Chat GPT: Rather than filtering events within your Python code, you could make use of AWS CloudTrail’s built-in event filtering capabilities. This could reduce the number of events that your lambda function needs to process, and might reduce costs and increase performance.

See if it is possible and makes sense.

Andrey9kin commented 1 year ago

We want to keep recording all events