Amazon API Gateway

RATING:

4.7

(12)

About Amazon API Gateway

Amazon API Gateway is an API service that can manage and store all API data in one centralized location. With API Gateway, developers can manage, publish and monitor APIs at any scale across the IT infrastructure. Manage and create both RESTful and WebSocket APIs to optimize serverless workloads or build two-way communication applications.

Amazon API Gateway Pricing

Contact Amazon Web Services for pricing details.

Free trial: 

Not Available

Free version: 

Not Available

Amazon API Gateway Reviews

Overall Rating

4.7

Ratings Breakdown

Secondary Ratings

Ease-of-use

4.5

Customer Support

4.5

Value for money

5

Functionality

5

Most Helpful Reviews for Amazon API Gateway

1 - 5 of 12 Reviews

User Profile

Darian

Verified reviewer

Insurance, 201-500 employees

Used daily for more than 2 years

Review Source: Capterra
This reviewer was invited by us to submit an honest review and offered a nominal incentive as a thank you.

OVERALL RATING:

5

EASE OF USE

5

FUNCTIONALITY

5

Reviewed November 2021

Review of Amazon API Gateway

API Gateway helped us solve a problem we were encroaching, which was too many endpoints with not enough organization. APIGW let us take our endpoints and isolate them. The routing lets us write specific endpoints which then become simple to deploy, upkeep and monitor. Additionally, the security features available keep our API secure from misuse.

PROS

We liked how easy it was to connect to cloud functions. Previously, our APIs were written and hosted on an EC2 server. It was extremely easy to create a function on Lambda that was accessible to the outside through API Gateway. Also, the authorizations and authentication using Apikeys / custom authorizers allowed us to have multiple levels of users and security, which some of our older endpoints did not have.

CONS

We have a recurring problem with the timeout limit on the API. There are some APIs we want to develop but are unable to due to the timeout limit (30s) Some features I don't think are helpful. For example, the API documentation section I think is lacking and using a different Documentation system is preferred. Also, we wanted to view the usage per api key but to do so required a custom logging solution with Amazon Firehose. I would imagine such functionality should be available through the dashboard or Cloudwatch.

User Profile

Ernesto

Verified reviewer

Information Technology and Services, 201-500 employees

Used daily for more than 2 years

Review Source: Capterra
This review was submitted organically. No incentive was offered

OVERALL RATING:

5

EASE OF USE

5

VALUE FOR MONEY

5

CUSTOMER SUPPORT

5

FUNCTIONALITY

5

Reviewed July 2022

All your APIs in a single gateway. Secured by AWS!

It fulfilled our needs for centralized and securing all our microservices deployed in the AWS infrastructure. The service price is included and only charges a price on your destination app.

PROS

All of our services were deployed in the AWS infrastructure and to enable communication between them, we used the secured API Gateway service. It lets us customize every method and microservice endpoint in a non-technical interface. The gateway also allowed us to centralize all the calls making the documentation more accessible.

CONS

There wasn't any issue regarding this implementation, everything about the API Gateway is very well documented, and the interface is full of tooltips.

Sarath

Information Technology and Services, 501-1,000 employees

Used monthly for less than 6 months

Review Source: Capterra
This reviewer was invited by us to submit an honest review and offered a nominal incentive as a thank you.

OVERALL RATING:

4

EASE OF USE

4

FUNCTIONALITY

4

Reviewed February 2022

Cloud Native API Gateway

For business running their workloads completely in AWS, AWS API Gateway is a great fit to be positioned as a n entry point.

PROS

- Seamlessly integrated with quite a few AWS services helping customers to roll out solutions quickly - Extremely easy to onboard a passthrough proxy API - Offers support for a wide range of security options

CONS

- When it comes to addressing transformation requirements, AWS API Gateway makes use of Velocity Template language which is less known and popular in comparison to other popular languages. So there is a learning curve

Anonymous

10,000+ employees

Used daily for less than 2 years

Review Source: Capterra
This reviewer was invited by us to submit an honest review and offered a nominal incentive as a thank you.

OVERALL RATING:

4

EASE OF USE

4

VALUE FOR MONEY

5

CUSTOMER SUPPORT

4

FUNCTIONALITY

4

Reviewed April 2022

It's the Gateway to your custom API

Like so many AWS products, you never use an API Gateway in isolation. The majority of your work will be with the AWS Lambda and data source. Once you define your Gateway, it's easy to build a stub service for testing and incrementally work on it until you are done.

PROS

API Gateway makes writing REST APIs easy. Combine it with an AWS Lambda and a data source and you're basically done. The end result is easy to test with a tool like Postman.

CONS

I personally dislike the AWS Console interface for AWS Gateways. There's nothing really wrong with it as it is functional, but it could be better integrated by providing a more direct connection to the underlying services and it could provide better "testing data" in the default options to test from the console.

User Profile

Xolani

Verified reviewer

Computer Software, 2-10 employees

Used daily for less than 2 years

Review Source: Capterra
This reviewer was invited by us to submit an honest review and offered a nominal incentive as a thank you.

OVERALL RATING:

5

EASE OF USE

5

VALUE FOR MONEY

5

CUSTOMER SUPPORT

3

FUNCTIONALITY

5

Reviewed July 2023

The best service to manage your APIs

We have used API gateway to maintain all our backend APIs and it has reduced tons of work since a lot of features such authentication, rate-limiting , logging , staging is included in the service.

PROS

1. Serverless approach to manage APIs2. Rate limiting3. Advanced logging and monitoring, can be connected to cloudwatch4. Integrates perfectly with Lambdas and other compute AWS services

CONS

Includes a hard limit of 29 seconds which does not work well if you have long-running code.