Category APIGateway
Share experience about APIGateway
How to Build Private REST API with Lambda and Used By EC2
2/8/2021·6 min read
This blog shows how to create a private REST API, and then will consume by the EC2 Linux Instance. It will use the AWS API Gateway to build a private REST API and use the existing VPC endpoint to communicate from EC2 to REST API. The traffic from EC2 to REST API will not go through the public internet.
How to Use API Gateway with AWS Lambda Versioning and Aliases
1/3/2021·5 min read
This 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.