Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 827 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 827 Bytes

Event Consumer

Python script running on AWS Lambda that provides the functionality of reading from and writing to S3. This is invoked from an S3 event and uses cloudformation for deployment. The function requires pandas and numpy but these are not included in the requirements.txt file because they are included as layers.

Please check the template.yaml for more details.

Deploying to AWS Using Cloud Formation

  • Run make application

Important Links