Amazon API Gateway

2023-03-01T06:02:39+00:00

Amazon API Gateway Cheat Sheet Enables developers to create, publish, maintain, monitor, and secure APIs at any scale. This is a HIPAA eligible service. Allows creating, deploying, and managing a RESTful API to expose backend HTTP endpoints, Lambda functions, or other AWS services. Together with Lambda, API Gateway forms the app-facing part of the AWS serverless infrastructure.  Concepts API deployment - a point-in-time snapshot of your API Gateway API resources and methods. To be available for clients to use, the deployment must be associated with one or more API stages. API endpoints - host names APIs in API Gateway, which [...]