Thunder Ridge

A lambda function to run on SES Emails using python lambda

Quickstart

git clone https://github.com/massover/thunder_ridge.git
make develop
make test

Deploy

make lint
make test
make deploy

AWS Configuration

Lambda requires an IAM role with the following policies

  • AmazonS3FullAccess
  • AmazonSESFullAccess
  • AWSLambdaBasicExecutionRole