Using Amazon API Gateway

Amazon API Gateway is a fully managed service used for hosting HTTPS APIs on top of AWS. This service helps in creating, publishing, maintaining, monitoring, and securing APIs. It supports standard HTTP methods, and you can authenticate and authorize requests using services such as IAM and Conginito. Amazon API Gateway provides highly scalable parallel processing, DDoS protection, and features for throttling, metering, and capping usage for backend systems.

Its benefits include the ability to create a unified API frontend to multiple microservices and supporting multiple versions of the APIs (as we iterate through dev, test, and release of APIs). CloudFront distribution can created for the API at no extra charge, ...

Get Learning AWS - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.