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.
- Run
make application