nzoschke / gofaas

A boilerplate Go and AWS Lambda app. Demonstrates an expert configuration of 10+ AWS services to support running Go functions-as-a-service (FaaS).
Apache License 2.0
802 stars 43 forks source link

CloudTrail #25

Open nzoschke opened 6 years ago

nzoschke commented 6 years ago

It is always nice to be able to audit KMS access. Should this stack create a CloudTrail?

mwarkentin commented 6 years ago

Cloudtrail can log Lambda invocations, etc. as well. +1!

nzoschke commented 6 years ago

Should be easy with the CloudTrail CF resource:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html

mwarkentin commented 6 years ago

I believe it can also track lambda invocations now.