Category
APIGateway
Amazon API Gateway lets you create, publish, and manage APIs at any scale — the front door for your serverless applications.
2 articlesHow to Build Private REST API with Lambda and Used By EC2
2021/02/08·4 min readThis blog shows how to create a private REST API that will be consumed by an EC2 Linux Instance. It uses the AWS API Gateway to build a private REST API and the existing VPC endpoint to communicate from EC2 to the REST API. The traffic from EC2 to the REST API will not go through the public internet.
How to Use API Gateway with AWS Lambda Versioning and Aliases
2021/01/03·5 min readThis blog shows how to build a simple API Gateway REST API with AWS Lambda. We'll also use AWS Lambda versioning and aliases to switch to a different version by using Node.js.