Skip to content

sashee/terraform-lambda-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Init

  • terraform init
  • terraform apply

Observe

terraform output | awk -F' = ' '{print $2}' | xargs -I {} aws lambda invoke --function-name {} >(cat) > /dev/null

Update

  • change the inline code in main.tf
  • change the src/main.js
  • terraform apply

Releases

No releases published

Packages

No packages published