Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eoinsha/api-gateway-playground
Learner projects with AWS API Gateway
https://github.com/eoinsha/api-gateway-playground
Last synced: 15 days ago
JSON representation
Learner projects with AWS API Gateway
- Host: GitHub
- URL: https://github.com/eoinsha/api-gateway-playground
- Owner: eoinsha
- License: mit
- Created: 2019-10-29T11:18:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T23:37:21.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T16:08:03.447Z (9 months ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API Gateway Playground
This repo contains some examples of Serverless, AWS Lambda-backed API Gateways.
1. [./internal-api-iam](./internal-api-iam) - Internal API Gateway and Caller, secured with AWS IAM
2. [./vpc](./vpc) - Internal Lambda to API Gateway invocation, secured within a VPC## Related Resources
1. [dev.to - How to Create Secure Internal APIs on AWS without VPCs](https://dev.to/eoinsha/how-to-create-secure-internal-apis-on-aws-without-vpcs-5e08)
2. [How to Manage Multiple Serverless API Gateways on APS](https://www.fourtheorem.com/blog/multi-api-gateway)## Contact
* [[email protected]](mailto:[email protected])
* [@eoins](https://twitter.com/eoins)Licensed under [MIT](./LICENSE)