Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 506 Bytes

File metadata and controls

9 lines (6 loc) · 506 Bytes

cloudtrail-to-elasticsearch-lambda

Lambda to take things cloudtrail dropped off in S3, and put them into DynamoDB

It used to drop things off in Elasticsearch, and if you want that, checkout the repo at this commit

elasticsearch was kind of expensive, and honestly I didn't need anything ES specific for this, I just needed a place to put json

For local dev

  1. I use python-local-lambda