May 2023
Intermediate to advanced
224 pages
4h 23m
English
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:
API Gateway is an AWS service that is used to create, maintain, and publish an API. API Gateway supports multiple API protocols, ...
Read now
Unlock full access