To deploy:
# install python packages in current dir
pip install -r requirements.txt -t .
# zip python files, upload the resulting file to lambda
zip -r project.zip *
AWS Lambda function to store Content Security Policy reports in ElasticSearch
Python
To deploy:
# install python packages in current dir
pip install -r requirements.txt -t .
# zip python files, upload the resulting file to lambda
zip -r project.zip *