Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

aws-lambda

Basic AWS lambda example, deployed using terraform.

make all
terraform init
terraform apply

Afterwards you can build, zip and upload to AWS without running terraform with:

make deploy