https://github.com/sashee/apigw2
Demo code for the new HTTP APIs
https://github.com/sashee/apigw2
api-gateway-v2 aws terraform
Last synced: about 1 month ago
JSON representation
Demo code for the new HTTP APIs
- Host: GitHub
- URL: https://github.com/sashee/apigw2
- Owner: sashee
- Created: 2020-05-23T09:17:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T08:36:37.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T14:09:53.767Z (3 months ago)
- Topics: api-gateway-v2, aws, terraform
- Language: HCL
- Homepage: https://advancedweb.hu/how-to-use-the-aws-apigatewayv2-api-to-add-an-http-api-to-a-lambda-function/
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
* ```/``` goes to the API mapped to the default cache behavior
* ```/test/``` goes to the API with a path pattern and a route_key mapped to the ```/test/``` path## Cleanup
* ```terraform destroy```