Skip to content

sashee/apigw2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Demonstration project to show how the API Gateway HTTP API can be used with Lambda and CloudFront

Deploy

  • terraform init
  • terraform apply
  • Go to the output URL

Usage

  • <cloudfront url>/ goes to the API mapped to the default cache behavior
  • <cloudfront url>/test/ goes to the API with a path pattern and a route_key mapped to the /test/ path

Cleanup

  • terraform destroy