Introducing G2.ai, the future of software buying.Try now
Amplify Platform
Sponsored
Amplify Platform
Visit Website
Product Avatar Image
Amazon API Gateway

By Amazon Web Services (AWS)

4.2 out of 5 stars

How would you rate your experience with Amazon API Gateway?

Amplify Platform
Sponsored
Amplify Platform
Visit Website
It's been two months since this profile received a new review
Leave a Review

Amazon API Gateway Reviews & Product Details

Profile Status

This profile is currently managed by Amazon API Gateway but has limited features.

Are you part of the Amazon API Gateway team? Upgrade your plan to enhance your branding and engage with visitors to your profile!

Value at a Glance

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

9 months

Amazon API Gateway Integrations

(8)
Integration information sourced from real user reviews.
Product Avatar Image

Have you used Amazon API Gateway before?

Answer a few questions to help the Amazon API Gateway community

Amazon API Gateway Reviews (136)

Reviews

Amazon API Gateway Reviews (136)

4.2
136 reviews

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Abdul Z.
AZ
Aws DevOps Engineer
Information Technology and Services
Mid-Market (51-1000 emp.)
"Simplifies API Management, But Pricing and Setup Can Be Challenging"
What do you like best about Amazon API Gateway?

What I like best about Amazon API Gateway is how it simplifies the process of building, securing, and scaling APIs without having to manage any infrastructure. It provides an easy way to create RESTful and WebSocket APIs, handle authentication with IAM or Cognito, and integrate seamlessly with AWS Lambda, DynamoDB, and other AWS services.

I also appreciate its built-in features like rate limiting, caching, and monitoring through CloudWatch, which make it easy to manage APIs efficiently and ensure high performance.

Overall, API Gateway enables me to focus on application logic rather than infrastructure, helping deliver secure, scalable, and cost-effective APIs faster. Review collected by and hosted on G2.com.

What do you dislike about Amazon API Gateway?

While Amazon API Gateway is a powerful service, one thing I dislike is that its pricing model can become complex and expensive at scale — especially for high-volume or chatty APIs.

Additionally, the initial configuration and debugging process can be a bit overwhelming for new users, since it involves several interconnected AWS services like IAM, Lambda, and CloudWatch.

Managing versioning and deployment stages can also feel a bit rigid compared to newer API management platforms, and latency can occasionally increase when integrating with multiple backend services.

Despite these challenges, the overall benefits of scalability, reliability, and integration with the AWS ecosystem still make API Gateway a strong choice Review collected by and hosted on G2.com.

Anshuman T.
AT
Site Reliability Engineer
Mid-Market (51-1000 emp.)
"Reliable, Scalable and Seamlessly Integrated API management"
What do you like best about Amazon API Gateway?

Amazon API Gateway makes it very easy to deploy and manage APIs without worrying about underlying infrastructure. The integration with AWS Lambda and IAM policies feels native and straightforward, which keeps the setup clean and secure. I really like how simple it is to handle versioning, throttling and request validation directly from the console or Terraform. It scales automatically, so I never have to think about provisioning capacity - which is great for unpredictable workloads. Review collected by and hosted on G2.com.

What do you dislike about Amazon API Gateway?

The main downside is the pricing structure - it can become expensive when handling high request volumes or multiple environments. The console UI also feels a bit dated and clunky when you're managing complex routes or multiple stages. Debugging issues isn't always smooth; Cloudwatch logs are detailed but not very developer-friendly. Review collected by and hosted on G2.com.

Luca P.
LP
✅ CTO - Growth Marketer full stack #MarTech | ⚡️ SaaS Advisor
Marketing and Advertising
Small-Business (50 or fewer emp.)
"Reliable API Management"
What do you like best about Amazon API Gateway?

Fully managed API management platform designed for building, publishing, maintaining, monitoring, and securing APIs at scale. The service is versatile, supporting RESTful APIs, HTTP APIs, and WebSocket APIs, which makes it suitable for a wide range of use cases, from traditional web applications to real-time communication and serverless workloads.

Key features I appreciate include:

• Traffic Management: API Gateway efficiently handles traffic with built-in load balancing, request throttling, and caching. These capabilities ensure stable performance even under heavy loads.

• Security and Access Control: The platform integrates with AWS IAM, custom authorizers, and Amazon Cognito, offering robust authentication and authorization options. It also supports integration with AWS WAF for advanced request validation and compliance requirements.

• API Versioning and Lifecycle Management: API Gateway enables running multiple versions and stages of an API simultaneously, simplifying the process of rolling out updates and maintaining backward compatibility for clients.

• Observability and Monitoring: Deep integration with Amazon CloudWatch and AWS X-Ray provides extensive logging, metrics, and tracing, which is crucial for monitoring API health and diagnosing issues.

• Flexible Backend Integrations: The service acts as a unified entry point for various backend systems, including AWS Lambda, EC2, on-premises servers, and other AWS services. This flexibility supports both serverless and traditional architectures.

• Cost Efficiency and Scalability: With no minimum fees and a pay-as-you-go pricing model, API Gateway scales automatically to handle hundreds of thousands of concurrent API calls, making it cost-effective for both small and large workloads.

• Support for Open Standards: API Gateway supports OpenAPI (Swagger) for import/export, making it easier to define and manage APIs using widely adopted specifications.

• WebSocket and Real-Time APIs: Real-time, two-way communication is supported via WebSocket APIs, useful for building chat apps, live dashboards, and similar applications. Review collected by and hosted on G2.com.

What do you dislike about Amazon API Gateway?

The primary challenge I encounter with Amazon API Gateway is the complexity of its configuration and learning curve. While the service is feature-rich, mastering its setup, especially when combining advanced features like custom authorizers, usage plans, and detailed monitoring, can be time-consuming. The user interface in the AWS Management Console is dense, and documentation, while comprehensive, sometimes lacks clear, end-to-end examples for complex scenarios.

Additionally, pricing can become unpredictable for high-traffic APIs or those with complex integration and transformation requirements, especially if caching, custom domain names, or advanced security features are enabled. Integrating with legacy systems or non-AWS backends sometimes requires extra configuration or custom Lambda functions, adding to operational overhead. Review collected by and hosted on G2.com.

RA
Marketing Reporting Analyst
Information Technology and Services
Mid-Market (51-1000 emp.)
"Great for Real-Time Marketing Data, but a Bit Technical"
What do you like best about Amazon API Gateway?

As an analyst, the best thing about this is how it enables real time access to marketing performance data. We can easily automate data pipelines. It's, undoubtedly, safe and secured in respect to data storing. Review collected by and hosted on G2.com.

What do you dislike about Amazon API Gateway?

The setup is a bit more technical. As an analyst, I often have to depend on the tech team for updates or debugging. Also, it's a bit expensive. Review collected by and hosted on G2.com.

Verified User in Financial Services
AF
Enterprise (> 1000 emp.)
"Reliable API Gateway for Both REST and HTTP Workloads"
What do you like best about Amazon API Gateway?

What really makes API Gateway shine is the flexibility. We’re running both REST and HTTP APIs side by side, and having them in one place just makes things easier to manage. The REST one is used for some older, more complex stuff, while the HTTP ones are super quick and work great for our newer UIs. Honestly, the mix of control and simplicity is what we needed. Implementation was easy because a lot of documents are there. We have started using it in nearly all enviroment Review collected by and hosted on G2.com.

What do you dislike about Amazon API Gateway?

The only thing is, it can get a bit confusing sometimes — especially the difference between REST and HTTP APIs. Like, some features are only on REST and not on HTTP, so you're kind of stuck choosing between speed and functionality. Also, since we have this whole setup with NLB → ALB → Lambda for auth, wiring everything together with API Gateway took a bit of trial and error. Debugging across all those layers isn’t super fun either. Review collected by and hosted on G2.com.

Manjeet D.
MD
Area Manager
Small-Business (50 or fewer emp.)
"Seamless AWS Integration with Fully Managed Service"
What do you like best about Amazon API Gateway?

Completely managed service with easy integration with AWS Services Review collected by and hosted on G2.com.

What do you dislike about Amazon API Gateway?

Completely managed service with easy integration with AWS Servcies Review collected by and hosted on G2.com.

Prashant M.
PM
Software Developer
Small-Business (50 or fewer emp.)
"Is API Gateway Worth IT ?"
What do you like best about Amazon API Gateway?

API Gateway is an AWS service that helps you to build, deploying, and managing APIs. So you can focus more on the backend part and create a valuable products.

I personally used API gateway with one of the popular services of aws called as aws lambda to invoke lambda functions.

Api gateway also provides rate limiter and api throttling capabilities.

It is secure and also provides you with monitoring and logging tools for better debugging and performance managment.

It also has default authentication and authorization mechanisms, it also supports HTTPS encryption and request throttling Review collected by and hosted on G2.com.

What do you dislike about Amazon API Gateway?

There are some latency issues when you pair api gateway with lambda functions of aws. Review collected by and hosted on G2.com.

AM
Senior Software Engineer
Small-Business (50 or fewer emp.)
""Amazon API Gateway: Capabilities and Challenges""
What do you like best about Amazon API Gateway?

It has flexiblity to support different types of api's and also very good automatic scaling for balancing load.It is easy to use. Review collected by and hosted on G2.com.

What do you dislike about Amazon API Gateway?

Cost plays a important role in business, i fell like its cost is high because of its complex pricing.Cost is the only issue which i dislike about this. Review collected by and hosted on G2.com.

Chaitanya A.
CA
Senior Software Developer
Enterprise (> 1000 emp.)
Business partner of the seller or seller's competitor, not included in G2 scores.
"Amazon API Gateway is the best API integration services for the AWS"
What do you like best about Amazon API Gateway?

CROS policy to apply on the API and connect with the different AWS services Review collected by and hosted on G2.com.

What do you dislike about Amazon API Gateway?

The time to setup the Amazon API Gateway is higher and bit complication. Sometimes we get the exception error. Review collected by and hosted on G2.com.

Thomas B.
TB
Backend Engineer
Mid-Market (51-1000 emp.)
"The easiest way to serve at scale, securely and in a well monitored way"
What do you like best about Amazon API Gateway?

So simple to integrate, a lot of features out of the box. Integrate well with other AWS services.

Seamless implemntation for lambda functions. Review collected by and hosted on G2.com.

What do you dislike about Amazon API Gateway?

Some call metrics aren't specific enough and we can't add condition of count metrics. Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

9 months

Average Discount

7%

Amazon API Gateway Comparisons
Product Avatar Image
MuleSoft Anypoint Platform
Compare Now
Product Avatar Image
AWS AppSync
Compare Now
Product Avatar Image
Kong Gateway
Compare Now
Amazon API Gateway Features
API Testing
Data Security
Orchestration
Traffic Control
Logs/Documentation
API Monitoring
App Integration
Data Transformation
Plugins
Product Avatar Image
Amazon API Gateway
View Alternatives