---
title: Amazon API Gateway Reviews
meta_title: 'Amazon API Gateway Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 141 reviews by the users' company size, role or industry
  to find out how Amazon API Gateway works for a business like yours.
aggregate_rating:
  rating_value: 4.2
  review_count: 141
  scale: '5'
date_modified: '2026-07-13'
parent_category:
  name: Development
  url: https://www.g2.com/categories/development
---

# Amazon API Gateway Reviews
**Vendor:** Amazon Web Services (AWS)  
**Category:** [API Management Tools](https://www.g2.com/categories/api-management)  
**Average Rating:** 4.2/5.0  
**Total Reviews:** 141
## About Amazon API Gateway
Amazon API Gateway is a fully managed service that enables developers to create, publish, maintain, monitor, and secure APIs at any scale. It acts as the &quot;front door&quot; for applications to access data, business logic, or functionality from backend services. With API Gateway, you can build RESTful APIs and WebSocket APIs that support real-time two-way communication applications. The service is designed to handle the heavy lifting involved in processing up to hundreds of thousands of concurrent API calls, including tasks such as traffic management, authorization and access control, throttling, monitoring, and API version management. API Gateway supports containerized and serverless workloads, as well as web applications, and offers developer portals to centrally discover, document, and govern your REST APIs across your AWS infrastructure. Key Features and Functionality: - Efficient API Development: Run multiple versions of the same API simultaneously, allowing for quick iteration, testing, and release of new versions. - Performance at Any Scale: Leverage a global network of edge locations using Amazon CloudFront to provide low-latency API requests and responses. - Cost Savings at Scale: Benefit from a tiered pricing model that reduces costs as API usage increases, with prices as low as $0.90 per million requests at the highest tier. - Easy Monitoring: Monitor performance metrics, including API calls, data latency, and error rates, through the API Gateway dashboard integrated with Amazon CloudWatch. - Flexible Security Controls: Authorize access to APIs using AWS Identity and Access Management (IAM) and Amazon Cognito, with support for OAuth tokens and custom authorization requirements via AWS Lambda authorizers. - RESTful API Options: Create RESTful APIs using HTTP APIs or REST APIs, with HTTP APIs being up to 71% cheaper than REST APIs for most use cases. Primary Value and Problem Solved: Amazon API Gateway simplifies the process of building and managing APIs by handling the complexities of API development, including traffic management, security, monitoring, and version control. It enables developers to focus on building applications without worrying about the underlying infrastructure. By providing a scalable, cost-effective, and secure platform for API management, API Gateway helps organizations efficiently connect their applications to backend services, ensuring high performance and reliability.



## Amazon API Gateway Pros & Cons
**What users like:**

- Users appreciate the **robust security features** of Amazon API Gateway, streamlining API management effortlessly. (6 reviews)
- Users value the **secure and consistent API management** of Amazon API Gateway, enhancing integration with backend services. (4 reviews)
- Users appreciate the **ease of use** of Amazon API Gateway, simplifying API management without infrastructure worries. (4 reviews)
- Users love the **easy management of security and authentication** provided by Amazon API Gateway for serverless APIs. (3 reviews)
- Users appreciate the **monitoring capabilities** of Amazon API Gateway, enabling efficient management and performance tracking of APIs. (2 reviews)
- Performance (2 reviews)
- Users value the **automatic scalability** of Amazon API Gateway, ensuring efficient performance for unpredictable workloads without infrastructure concerns. (2 reviews)
- Automation (1 reviews)
- Centralization Management (1 reviews)
- Cloud Services (1 reviews)

**What users dislike:**

- Users find the **costing structure** of API Gateway high, especially with increasing request volumes and complexities in management. (3 reviews)
- Users find the **complexity in configuration and pricing** of Amazon API Gateway can hinder their development experience. (2 reviews)
- Users find the **difficult configuration** of API Gateway can complicate management, especially for beginners, affecting usability. (2 reviews)
- Users find the **complexity** of managing stages and integrations in API Gateway can be overwhelming and cumbersome. (1 reviews)
- Users find the **complex pricing** of Amazon API Gateway challenging, especially with high-volume or chatty APIs. (1 reviews)
- Users experience **performance issues** with Amazon API Gateway, particularly regarding latency and configuration challenges at scale. (1 reviews)
- Poor Documentation (1 reviews)
- Poor UI (1 reviews)
- Required Expertise (1 reviews)
- Software Bugs (1 reviews)

## Amazon API Gateway Reviews
  ### 1. Excellent Service for Serverless Implementations

**Rating:** 4.0/5.0 stars

**Reviewed by:** Chintan P. | Technical Lead, Information Technology and Services, Enterprise (> 1000 emp.)

**Reviewed Date:** October 29, 2018

**What do you like best about Amazon API Gateway?**

Provides an easy way to implement REST API with Serverless architecture.
Can easily manage different versions of API.
Can easily differentiate live & old versions.
Allows good level of customisation on API request and responses.
Can be easily integrated with AWS Lambda.

**What do you dislike about Amazon API Gateway?**

Missing local testing capability
Need to redeploy to entire stage with all definitions even for a minor change
Multitenancy is very hard
Does not allow to enable/disable caching for single API endpoint


**What problems is Amazon API Gateway solving and how is that benefiting you?**

No worry of scaling infrastructure
Pay only what we have used
Helped in microservices implementation

  ### 2. Simple way to set up your api

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Real Estate | Enterprise (> 1000 emp.)

**Reviewed Date:** November 27, 2018

**What do you like best about Amazon API Gateway?**

API Gateway is a simple to use service to grant access to your backend services. It has been a relatively easy process to implement this service into our infrastructure and doing so has allowed us easy to manage features such as caching and authorization. 

**What do you dislike about Amazon API Gateway?**

My organization had some customizations that made it somewhat difficult to work around initially, but once those challenges were resolved it has been easy to maintain

**Recommendations to others considering Amazon API Gateway:**

Keep it simple and don't try to make the product do what it wasn't designed to do.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Authorization and caching, exposing different endpoints in our backend services depending on which gateway is being used.

  ### 3. Simple

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Enterprise (> 1000 emp.)

**Reviewed Date:** November 26, 2018

**What do you like best about Amazon API Gateway?**

Its very simple. I can get it quick and running quickly. Integrations with AWS lambda are great. Turning on throttling and configuring levels for client is easy if number of clients is small. Integration with other aws products like cloud watch, cloud formation, ... are nice.

**What do you dislike about Amazon API Gateway?**

Mapping http status codes is painful. Not clearly documented on what strings AWS is pattern matching to choose status codes. Logging to cloud watch is also not the best. Logs arent verbose enough and sometimes seem to be missing.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Quick and easy REST api support when lambda is handling the business logic.

  ### 4. API Gateway is great with a small glitch

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Insurance | Enterprise (> 1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon API Gateway?**

Easy to configure and easy to deploy as we use Octopus. One time setup and we are done.
As we hooked up lambda for this we achieved the serverless for most of our API's

**What do you dislike about Amazon API Gateway?**

Is there a smart way where we can minimize the number of methods (resources) to be declatred. I feel like we need to have update the methods whenever developer chnages his code and adds new methods.

**Recommendations to others considering Amazon API Gateway:**

NA

**What problems is Amazon API Gateway solving and how is that benefiting you?**

We have solved the need of setting up the server which reduced our cost and also we are able to move to the market quicky

  ### 5. Re-invent reivew

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Banking | Enterprise (> 1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon API Gateway?**

easy to deploy.
pay for what you use
supports lambda and other endpoints in your vpc
consumes and generates swagger

**What do you dislike about Amazon API Gateway?**

LImited API Catalogue capability. - would like to be able to expose it for 3rd parties to access the site.

**Recommendations to others considering Amazon API Gateway:**

Think of it as being a http layer for your functions. At the moment it's not a total API Management solution but can be extended with some custom code to fulfil your full needs.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

api enabling labmda functions for website prototypes
shared api access layers for core systems

  ### 6. A perfect solution to establish quickly the routing of any web services

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 17, 2018

**What do you like best about Amazon API Gateway?**

I really like both the easy to use interface and Swagger support allowing teams to contribute easily to the structure of the routing way before the project gets online. This also allowed us to build the API itself and version control it, allowing offsite backups and the ability to quickly and easily re-up any part of it if anything would happen to our data, even if the service went down. Another really great part is that you can easily export API endpoint as Postman request allowing you to test your endpoints really really fast and having actual dummy data to send/receive in a matter of seconds!

**What do you dislike about Amazon API Gateway?**

It's tedious to get used to the whole ecosystem, the first week or so was much more dabbling to try and understand exactly how Amazon engineers decided things would work etc... but once you click everything in place in your head, the service is a breeze to use.

**Recommendations to others considering Amazon API Gateway:**

If you are considering the AWS group of services for you tech project, this is the best way to deal with the routing of your domain, it allows to not only send requests to your own application but can also translate calls to other services, update your database and much much more. This is the best way to get started without having to run a server in and of itself as this will replace not only your http server but the routing logic that normally gets run behind it!

**What problems is Amazon API Gateway solving and how is that benefiting you?**

We were building a server less web service that would provide numerous endpoint for a giant ecosystem of modules running and sharing information on large scale for a mobile app.

  ### 7. Makes Creating Api Endpoints Simple

**Rating:** 5.0/5.0 stars

**Reviewed by:** Aaron F. | Sr. Fullstack Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 18, 2018

**What do you like best about Amazon API Gateway?**

The ease of use both via the cli tools and in the aws console. 

**What do you dislike about Amazon API Gateway?**

Sometimes the aws console has too many configuration options and if the user forgets to check or uncheck something it may require a re-deploy of the gateway. 

**Recommendations to others considering Amazon API Gateway:**

Make sure it's the right product for the job before using it. 

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Api deployments in a serverless environment are difficult, api gateway easily wraps around AWS lambda and makes accessing those endpoints simple. 

  ### 8. Api gateway for the win

**Rating:** 3.5/5.0 stars

**Reviewed by:** Tim M. | Freelance Developer/software designer, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon API Gateway?**

I like being able to use this as a data layer to feed our applications allows me to switch out data sources.

**What do you dislike about Amazon API Gateway?**

not enough of my developers know about it

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Multiple data sources to one output

  ### 9. Couldnt do without it

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Machinery | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 27, 2018

**What do you like best about Amazon API Gateway?**

Makes APIs easy to employ and use.  Wouldnt be able to create an enterprise level app without it.  THe interface is easy to use although could use some changes as well.  Could be improved

**What do you dislike about Amazon API Gateway?**

UI folder view for the API is terrible.  Hard to get to the one I need to get to.  Can you make a "collapse all" switch?  The interface needs an update 

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Web app interface

  ### 10. api

**Rating:** 2.0/5.0 stars

**Reviewed by:** Amanda H. | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 26, 2018

**What do you like best about Amazon API Gateway?**

Made it incredibly easy for us to hook up RESTful http requests to Lambda functions.You also can set the cache to any API you want. Just a few click, without any knowledge of how it work.

**What do you dislike about Amazon API Gateway?**

API Gateway only accepts your custom domain with SSL secured. So, if you have plan to using custom domain, please make sure you have SSL first.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

API Gateway only accepts your custom domain with SSL secured. So, if you have plan to using custom domain, please make sure you have SSL first.

  ### 11. The API Gateway is easy to use but quite costly if we just use it for hosting 

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Higher Education | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 27, 2018

**What do you like best about Amazon API Gateway?**

We will likely continue to use the AWS API Gateway because it meets our need. It is simple to use and well integrated with other AWS services.

**What do you dislike about Amazon API Gateway?**

Spend time to understand the API Gateway limitation and make sure it can support all your use cases.
- Keep the on going communication on the up coming features based on our need. - Provide more capability to manage API in multiple stages. API Publish path and versionion. - Make it clear to identify which API version is live. - Provide more customization to fine tune the API instantiation behavior

**Recommendations to others considering Amazon API Gateway:**

Spend time to understand the API Gateway limitation and make sure it can support all your use cases

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Integration with other AWS Services - Custom Authorizer

  ### 12. Ease of Use

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon API Gateway?**

I have been impressed with their ease of use when using this product for integration with 3rd party applications.  It was very simple and we'll be using it in the future. 

**What do you dislike about Amazon API Gateway?**

The learning curve was not one hundred percent simple on the front end, but once you learn the product, it's really easy to use. 

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Integration to third party ISV products. 

  ### 13. Rate limiting and throttling very valuable

**Rating:** 4.5/5.0 stars

**Reviewed by:** K.J. G. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon API Gateway?**

I enjoy the rate limiting and throttling. Bursts are good too

**What do you dislike about Amazon API Gateway?**

WIsh it could integrate easier with on prem like Apigee

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Exposing lambdas

  ### 14. Awesome

**Rating:** 3.0/5.0 stars

**Reviewed by:** Phani S. | DIrector of Engineering, Enterprise (> 1000 emp.)

**Reviewed Date:** November 29, 2018

**What do you like best about Amazon API Gateway?**

Managing teams to develop products and also use AWS services

**What do you dislike about Amazon API Gateway?**

There is nothing I dislike about. AWS products are cool. 

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Serverless development

  ### 15. Stable and secure API calls

**Rating:** 4.5/5.0 stars

**Reviewed by:** Hyunseung K. | Co-Founder, Internet, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 26, 2018

**What do you like best about Amazon API Gateway?**

It's easy to set it up and it allows DDOS prevention which is ideal for web or mobile apps where users can attack the system by calling the API infinite amount of times when they get access to the API endpoint.

**What do you dislike about Amazon API Gateway?**

I dislike the implementation of API gateway when using aws-amplify for javascript. It seems like development for aws-amplify is getting better but there's definitely more room to grow.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Serverless mobile app for calling APIs to deal with the backend functionality of the app.

  ### 16. Its how you expose a lambda as a web service

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Financial Services | Enterprise (> 1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon API Gateway?**

It was very quick to get started and made it easy to start development on a lambda

**What do you dislike about Amazon API Gateway?**

The management interface was tricky to get started, it was disaapointing that I was forced into the interface over config I could check-in and deploy.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

I have a strong preference not to spend time maintaining a web server/container for my webservices.

  ### 17. Still need a few features to be complete

**Rating:** 3.5/5.0 stars

**Reviewed by:** Martin A. | VP of Engineering, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 26, 2018

**What do you like best about Amazon API Gateway?**

In AWS ecosystem. Routing in one place. 

**What do you dislike about Amazon API Gateway?**

Less options on key recognition. Oauth not easy to set up.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Executing lambdas easily

  ### 18. integration with other aws services

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon API Gateway?**

it can be integrated with any other aws services, which is a great point

**What do you dislike about Amazon API Gateway?**

sometime it isn't straet forward to do so. I always spend some extra time to integrate with aws lambda. To me, this integration is complicated than as it should be

**What problems is Amazon API Gateway solving and how is that benefiting you?**

to achive loose coupling between aws services and external service.

  ### 19. API GW - the service  that revolutionized APIs at scale

**Rating:** 4.5/5.0 stars

**Reviewed by:** Farhad S. | Cloud Infrastructure Head, Enterprise (> 1000 emp.)

**Reviewed Date:** July 26, 2018

**What do you like best about Amazon API Gateway?**

I use AWS API gateway primarily with lambda notification. API GW provides a clean, simple, easy way of invoking cloud functions at scale.

**What do you dislike about Amazon API Gateway?**

Initially, it was a convoluted process to create paths and link them to backend services in AWS ( lambda, etc). However, AWS has done remarkable progress in simplifying this. The GUI from the console makes it easy enough for a novice to use.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Running lambda functions in AWS using the payload from ApI GW events.

  ### 20. API Gateway Review

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Retail | Enterprise (> 1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon API Gateway?**

I love how easy it is to setup a public api. I like how easy it is to use iam authentication.

**What do you dislike about Amazon API Gateway?**

I feel like i have sometimes had trouble getting a resource based policy to apply when setting one. 

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Fronts all of my application apis

  ### 21. Great for setting up microservices

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Professional Training & Coaching | Enterprise (> 1000 emp.)

**Reviewed Date:** November 29, 2018

**What do you like best about Amazon API Gateway?**

Ease of use and configuration, we've used in in multiple products and deployments

**What do you dislike about Amazon API Gateway?**

Slightly difficult to do debugging - i.e. not being able to create request IDs when a new request comes in

**What problems is Amazon API Gateway solving and how is that benefiting you?**

large scale microservices across mobile and web platforms

  ### 22. Yaml Linter

**Rating:** 3.0/5.0 stars

**Reviewed by:** Verified User in Health, Wellness and Fitness | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 27, 2018

**What do you like best about Amazon API Gateway?**

I like that it is very simple to build a new API

**What do you dislike about Amazon API Gateway?**

I dislike the swagger input, the yaml linter experience is poor

**What problems is Amazon API Gateway solving and how is that benefiting you?**

We are an API first company and it's very easy for teams to build their own projects.

  ### 23. very convienient

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Media Production | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 27, 2018

**What do you like best about Amazon API Gateway?**

the ability to build the api definitions in the console and export yaml files used to fully document the api.  

**What do you dislike about Amazon API Gateway?**

the console is a little slow to build what you want.  a lot of trial and error

**What problems is Amazon API Gateway solving and how is that benefiting you?**

documentation 

  ### 24. API Gateway

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon API Gateway?**

Super-simple to quickly set up and deploy APIs

**What do you dislike about Amazon API Gateway?**

Only supports Swagger -- would like support for API Blueprint

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Demoing how we can use our product to monitor and instrument AWS services in the context of business purposes

  ### 25. API Gateway

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Government Administration | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon API Gateway?**

The ease of setup and route creation is simple.

**What do you dislike about Amazon API Gateway?**

The dashboard is cluttered and there are way too many products. Documenmtation could be a little better.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Getting an app off of servers and moving to serverless

  ### 26. slow and hard to use

**Rating:** 0.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 27, 2018

**What do you like best about Amazon API Gateway?**

at least, this is in the aws ecosystem so its a very easy away to start...

**What do you dislike about Amazon API Gateway?**

doesnt scale, slow, vendor lock, no api management, no dev portal, etc.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

need a way to proxy requests

  ### 27. Easy to set up

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 27, 2018

**What do you like best about Amazon API Gateway?**

It’s easy to set up and get up and running

**What do you dislike about Amazon API Gateway?**

It’s hard to debug and see what is happening especially with CORS

**What problems is Amazon API Gateway solving and how is that benefiting you?**

All our apis are gateway endpoints that trigger lambdas

  ### 28. Api gateway

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Retail | Enterprise (> 1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon API Gateway?**

Internet exposing of api. Transformation in gateway.      Easier to work with cloud formation...   

**What do you dislike about Amazon API Gateway?**

Complexity of swagger. .. getting log to cloudwatch... 30 second timeout not configurable

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Api based workflow

  ### 29. Swagger for Lambda

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 29, 2018

**What do you like best about Amazon API Gateway?**

Using a swagger definition file to create an interface for services on aws

**What do you dislike about Amazon API Gateway?**

The UI in the console is not intuitive enough

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Simplified the software stack

  ### 30. Great tool which is evolving very fast with good Terraform support

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Government Administration | Enterprise (> 1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon API Gateway?**

Request validation in the gateway using json data model definition

**What do you dislike about Amazon API Gateway?**

limited Terraform support. A lot of features are not supported.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

REST api creation and systems integration.

  ### 31. migration is hard

**Rating:** 2.5/5.0 stars

**Reviewed by:** Verified User in Internet | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 25, 2018

**What do you like best about Amazon API Gateway?**

simple api gateway as a service. Easy getting started and simple routing setup.

**What do you dislike about Amazon API Gateway?**

its hard/to impossible to migrate your existing apis to api gateway. The functionality is to limit on both importing api keys, customize how api key headers are set etc.

**Recommendations to others considering Amazon API Gateway:**

if you are starting building a new api you could consider api gateway. 
If you are migrating from an old one and papillary if you need enterprise level systems I would recommend having a look at Apigee or Kong

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Building scaleable apis on top of micro-services.

  ### 32. Best rest service

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Hospital & Health Care | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 29, 2018

**What do you like best about Amazon API Gateway?**

great rest server to use for small companies

**What do you dislike about Amazon API Gateway?**

the amount of time it uses to deploy.  however it is still good.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

rest services and apis

  ### 33. API gateway

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Financial Services | Enterprise (> 1000 emp.)

**Reviewed Date:** November 27, 2018

**What do you like best about Amazon API Gateway?**

Integration with other AWS services, central security, caching

**What do you dislike about Amazon API Gateway?**

Monitoring is somewhat tedius especially when integrated with lambda

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Hosting REST endpoints for our web applications

  ### 34. New Adopter

**Rating:** 3.0/5.0 stars

**Reviewed by:** Verified User in Insurance | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about Amazon API Gateway?**

Connection to Lambda. Console and setup.

**What do you dislike about Amazon API Gateway?**

Limited security options to only IAM resources.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Exposing company APIs to outside partners, analytics on usage

  ### 35. Amazon API gateway goes well with Amazon Lambda for serverless architecture

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Internet | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 24, 2018

**What do you like best about Amazon API Gateway?**

We can automate API route definition by importing from Swagger, which can be documented as part of code review and continuous deployment process. 

**What do you dislike about Amazon API Gateway?**

It'd be better if it can support importing from Postman collection definition.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

We used Amazon API gateway to consolidate different API servers under one domain URL, so that we can hide our backend complexity from API consumers and app developers. 

  ### 36. API Review

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Food & Beverages | Enterprise (> 1000 emp.)

**Reviewed Date:** July 27, 2018

**What do you like best about Amazon API Gateway?**

I like that the company is Amazon run and opporated. I like how much they seem to care about their customers

**What do you dislike about Amazon API Gateway?**

It could improve on their organization and categories of the areas of interest

**What problems is Amazon API Gateway solving and how is that benefiting you?**

My office has become smoother and faster paced. 

  ### 37. AWS API Gateway

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Enterprise (> 1000 emp.)

**Reviewed Date:** April 30, 2018

**What do you like best about Amazon API Gateway?**

The {proxy+} endpoints, these are great- instead of defining say a PUT/POST/DELETE etc, a proxy+ will take any HTTP method and any query path. This makes it a really flexible endpoint

**What do you dislike about Amazon API Gateway?**

There are a few minor bugs around the new API Gateway Resource Policies, but in general, I've seen minor bugs come up when they release new API Gateway functionality- though give it a month and these things are usually fixed!

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Serverless applications where API Gateway is in front of a Lambda function endpoint

  ### 38. Easy to monitor and works

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Government Administration | Enterprise (> 1000 emp.)

**Reviewed Date:** July 26, 2018

**What do you like best about Amazon API Gateway?**

Minimal effort on my end to creat an API that works for my org

**What do you dislike about Amazon API Gateway?**

Customer support is good, but could use a more robust community

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Saves my org time and money to deploy API. Good management from aws’ End. 

  ### 39. API Gateway Very limited in functionality

**Rating:** 1.0/5.0 stars

**Reviewed by:** Verified User in Hospital & Health Care | Enterprise (> 1000 emp.)

**Reviewed Date:** July 24, 2018

**What do you like best about Amazon API Gateway?**

Simple gateway, with very limited features

**What do you dislike about Amazon API Gateway?**

Lot of limitations, like 300 resources, 600 per account

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Gateway features like security, throttling etc

  ### 40. REST and serverless

**Rating:** 5.0/5.0 stars

**Reviewed by:** Duncan H. | Software Engineer / Consultant, Internet, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 31, 2017

**What do you like best about Amazon API Gateway?**

Made it incredibly easy for us to hook up RESTful http requests to Lambda functions

**What do you dislike about Amazon API Gateway?**

Limited response times, which just means you need to be conscious when dealing with heavy tasks.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

Helped in moving to a serverless application design. Its fast and easy to get started with.

  ### 41. API Gateway - Another kind of rest service

**Rating:** 3.5/5.0 stars

**Reviewed by:** Tu V. | Java Developer, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** March 09, 2017

**What do you like best about Amazon API Gateway?**

The best thing I like in AWS API Gateway is it easy to deploy a new set of APIs, which called is the state. You can have as many states as you want. And when you release your API resource into a state, it can't change unless you re-deploy. So, it makes easy to separate between multiple environments, such as Alpha, Beta, and Production, easy to control your API versions. Furthermore, when you release a state, they give a new endpoint to you with SSL secured. 
You also can set the cache to any API you want. Just a few click, without any knowledge of how it work.
API Gateway integration with many other services from AWS such as AWS Lambda, AWS S3, AWS IAM, etc. So, you can easy extern your application when the requirement increase

**What do you dislike about Amazon API Gateway?**

The things I don't like with API Gateway is the way they are mapping the request & response with the backend service. We have to do it by our hand, with every APIs. No global configure, no automatically. You have to read carefully the document of API Gateway about how to do it.
API Gateway only accepts your custom domain with SSL secured. So, if you have plan to using custom domain, please make sure you have SSL first.

**Recommendations to others considering Amazon API Gateway:**

API Gateway is a good choice if you want to make your APIs more clearly, easy to understand, easy to maintain in the future.

**What problems is Amazon API Gateway solving and how is that benefiting you?**

My company is a game studio. They design & develop some casual game on mobile. I develop a backend server for some of their game. The requirement is this server have to can't be down. So, I decide to use AWS Lambda as a backend and communicate with the clients via Rest API throws AWS API Gateway. 
The API Gateway help me a lot to separate our environment into three channels, include Alpha, Beta, and Production. And it makes easy to communicate with AWS Lambda to process our work.


## Amazon API Gateway Discussions
  - [What is Amazon API Gateway used for?](https://www.g2.com/discussions/what-is-amazon-api-gateway-used-for) - 1 comment
  - [How do I find an AWS API gateway?](https://www.g2.com/discussions/how-do-i-find-an-aws-api-gateway) - 1 comment
  - [Why should I use AWS API gateway?](https://www.g2.com/discussions/why-should-i-use-aws-api-gateway) - 1 comment

- [View Amazon API Gateway pricing details and edition comparison](https://www.g2.com/products/amazon-api-gateway/reviews?page=3&section=pricing&secure%5Bexpires_at%5D=2026-07-16+15%3A26%3A05+-0500&secure%5Bsession_id%5D=39bb6d66-8947-47ee-8151-f77f697a181e&secure%5Btoken%5D=921be1cad7ae43a1a242ff8df11910ec66d0f1a947347e9e3c3a713e69f59bfa&format=llm_user)
## Amazon API Gateway Integrations
  - [Amazon EventBridge](https://www.g2.com/products/amazon-eventbridge/reviews)
  - [Amazon S3 Glacier](https://www.g2.com/products/amazon-s3-glacier/reviews)
  - [Amazon Simple Queue Service (SQS)](https://www.g2.com/products/amazon-simple-queue-service-sqs/reviews)
  - [AWS Lambda](https://www.g2.com/products/aws-lambda/reviews)
  - [AWS WAF](https://www.g2.com/products/aws-waf/reviews)
  - [StepFunction](https://www.g2.com/products/stepfunction/reviews)

## Amazon API Gateway Features
**API Construction**
- API Testing
- Data Security
- Orchestration
- Scalability

**API Management**
- Traffic Control
- Logs/Documentation
- API Monitoring
- Monetization
- Gateway

**Data Integration**
- App Integration
- Data Transformation
- Plugins

## Top Amazon API Gateway Alternatives
  - [MuleSoft Anypoint Platform](https://www.g2.com/products/mulesoft-anypoint-platform/reviews) - 4.5/5.0 (655 reviews)
  - [Kong Konnect](https://www.g2.com/products/kong-inc-kong-konnect/reviews) - 4.4/5.0 (320 reviews)
  - [Boomi](https://www.g2.com/products/boomi/reviews) - 4.4/5.0 (455 reviews)

