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