API Management tools on Amazon Wen Services (AWS) are the followings:
- Amazon API Gateway
- Serverless Developer Portal
These tools provide the following features for the users:
- API Access Control
- API Protection
- API Creation and design
- Support for hybrid models
- High performance
- Customizable developer portal

The communication is as follows:
- Request is sent to API endpoint in API management.
- The above request is passed to the Backend API via API management.
- The request is processed in the Backend API and if necessary the data layer is used and the result is generated
- The response, which contains the result, is sent back to the API management.
- The API management sends the response to the caller.