https://github.com/code402/aws-api-gateway-example
Source code for AWS CloudFormation and Amazon API Gateway examples.
https://github.com/code402/aws-api-gateway-example
amazon-api-gateway aws aws-lambda aws-lambda-java aws-lambda-node cloudformation route53
Last synced: 4 months ago
JSON representation
Source code for AWS CloudFormation and Amazon API Gateway examples.
- Host: GitHub
- URL: https://github.com/code402/aws-api-gateway-example
- Owner: code402
- Created: 2019-12-30T15:35:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T15:40:06.000Z (over 5 years ago)
- Last Synced: 2025-01-17T16:57:57.575Z (5 months ago)
- Topics: amazon-api-gateway, aws, aws-lambda, aws-lambda-java, aws-lambda-node, cloudformation, route53
- Language: Java
- Homepage: https://code402.com/aws-api-gateway-example
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-api-gateway-example
_This code makes a lot more sense if you read its corresponding blog post at https://code402.com/aws-api-gateway-example_
Source code for AWS CloudFormation templates that demonstrate how to set up a REST service on Amazon API Gateway backed by a Lambda function in JavaScript or Java.
Please check the `java` or `node` directories for examples.