Example code for
- Writing AWS Lambdas in Python - 10 pragmatic thoughts
- Testing AWS Lambdas in Python - 10 pragmatic thoughts
Assumes:
- Understanding of how to build and run AWS SAM applications
- AWS default profile configured or
AWS_PROFILE
set
Prerequisites:
- Python 3.7
- pip
- make
- aws-cli
Tested on:
- Linux
- MacOS
make create-artifact-bucket
Edit ARTIFACT_BUCKET
in Makefile
to become globally unique. E.g. default-sg-remediation-artifacts-[your account id]
make create-artifact-bucket
make test
make deploy