Skip to content

Deploying with terraform a Lambda function invoked using AWS API Gateway

Notifications You must be signed in to change notification settings

Sarony11/terraform-aws-lambda-api-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Terraform - Lambda functions and API Gateway

Once applied the terraform, check if this is working quering the api url

curl "$(terraform output -raw base_url)/hello"
{"message":"Hello, World!"}

About

Deploying with terraform a Lambda function invoked using AWS API Gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages