This package provides a skeleton environment for deploying an AWS Lambda service using Python 2.7.
- pip install virtualenv
- make setup
- cp infrastructure/terraform.tfvars.sample infrastructure/terraform.tfvars
- vi infrastructure/terraform.tfvars
- make init
- make package
- make deploy_test
- make deploy
Most of this skeleton code has been modified from the Lambda Service Skeleton project found at https://github.com/mokio8/lambda.service.skeleton.git
Modifications has been made by Phil Winans pwinans@illinois.edu.