- This example assumes you're using python 2.7
- Clone the cumulus-message-adapter-python repo
- Create a separate virtualenv for this example
mkvirtualenv example-task
- Install aws-sam-local for local testing of the lambda function
- Install dependencies with pip
pip install -r requirements.txt
- Run the lambda locally
./bin/run.sh