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