flosell / flosell/trailscraper
Find affected resources for events that don't have a resource-field
Open
enhancement
- Dominant language
- Python
- Stars
- 838
- Forks
- 38
- Avg merge
- 2m
- Merged PRs (30d)
- 14
Description
Not all AWS Services seem to log the affected resources.
E.g.
* [lambda:DeleteFunction](http://docs.aws.amazon.com/lambda/latest/dg/logging-using-cloudtrail.html) only has `$.requestParameters.functionName`
* [route53:DeleteHostedZone](http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/logging-using-cloudtrail.html) only has `$.requestParameters.id`
* [route53: ChangeResourceRecordSets](http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/logging-using-cloudtrail.html) only has `$.requestParameters.hostedZoneId`
Contributor guide
Assessment
This issue has not been assessed yet.