Skip to content

ssheftel/hello-lambda-with-dependencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Lambda With Dependencies and Terraform

aws configure
pushd terraform/
tf plan
tf apply
popd

to test: aws lambda invoke --invocation-type RequestResponse --function-name hello_lambda --region us-east-1 --log-type Tail --payload '{"key1":"value1"}' /tmp/resp.json | jq .LogResult | sed 's/"//g' | base64 --decode

About

simple python3 lambda with dependencies and terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published