9
Creating an API in AWS
In this chapter, we are going to learn how to create an application programming interface (API) via API Gateway. API Gateway is an AWS service that allows you to create and maintain an API. With the API Gateway service, you don’t need to provision a server; AWS manages it in the backend. In addition to that, API Gateway helps you to monitor incoming and outgoing requests. Another advantage of API Gateway is to scale up your API services when there is a huge request from users.
The chapter covers the following topics:
- What is API Gateway?
- Creating an API using API Gateway
What is API Gateway?
API Gateway is an AWS service that is used to create, maintain, and publish an API. API Gateway supports multiple API protocols, ...
Get Python Essentials for AWS Cloud Developers 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.