Skip to content

sonerdm/terraform-lambda-api-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform AWS Lambda Example with API Gateway terraform aws

Just enter the following commands sequentially if you already have an AWS account and did your configure

  • make build
  • make init
  • make plan (Just to see the output)
  • make apply

You can test it via postman or your terminal. After all things are done don't forget to enter the following command to destroy all resources.

curl "$(terraform output -raw base_url)/hello?name=MyName"
  • make destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published