---
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-07'
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 **automatic security features** of Amazon API Gateway, simplifying management and enhancing protection for APIs. (6 reviews)
- Users value the **secure and streamlined API management** provided by Amazon API Gateway for diverse backend systems. (4 reviews)
- Users praise the **ease of use** of Amazon API Gateway, simplifying API management and enhancing development speed. (4 reviews)
- Users value the **easy management of security and authentication** in AWS API Gateway, streamlining serverless API operations. (3 reviews)
- Users value the **effective monitoring** provided by API Gateway, ensuring performance insights and streamlined API management. (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 **pricing structure of API Gateway quite expensive** , especially with high request volumes and multiple environments. (3 reviews)
- Users find the **API Gateway&#39;s complexity** in managing stages and configurations can hinder the user experience significantly. (2 reviews)
- Users find the **difficult configuration** process of API Gateway overwhelming, especially for those new to AWS services. (2 reviews)
- Users find the **complexity of managing configurations** with API Gateway challenging, especially across different environments and stages. (1 reviews)
- Users find the **pricing model of Amazon API Gateway complex** , making it costly for high-volume applications. (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. Fast, Secure Serverless APIs with Amazon API Gateway and AWS Integrations

**Rating:** 4.5/5.0 stars

**Reviewed by:** Atharva P. | Cloud BI Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** June 08, 2026

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

What I like most about Amazon API Gateway is how easily it lets you create, manage, and secure APIs without needing dedicated infrastructure. It integrates smoothly with other AWS services and supports REST APIs, HTTP APIs, and WebSocket APIs, which makes it a good fit for a wide range of application architectures.

Its serverless integration with Lambda is especially valuable because it enables teams to build highly scalable APIs without managing servers. I also appreciate how quickly you can stand up secure serverless APIs.

For example, rather than managing application servers, load balancers, SSL certificates, and scaling policies separately, API Gateway provides a managed front door that connects directly to Lambda, Step Functions, and other backend services. This helps speed up both development and deployment.

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

In complex API architectures, request transformations, mapping templates, and custom authorization flows can be difficult to troubleshoot. To make debugging easier, monitoring and logging need to be set up correctly and kept consistent across the system.

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

Amazon API Gateway helps address common API management, security, and scalability challenges.

In one project, we built a serverless document-processing platform where API Gateway exposed REST endpoints for document uploads and status tracking. Those APIs triggered Lambda functions that processed files stored in S3 and kicked off downstream workflows.

With this setup, we were able to deliver scalable APIs without provisioning web servers, which significantly reduced operational overhead.

In another use case, we exposed internal data services securely to frontend applications, while still enforcing authentication and rate limiting.

  ### 2. API Gateway Centralizes Access to Diverse Backends with Secure Routing

**Rating:** 5.0/5.0 stars

**Reviewed by:** Prasanth K. | Enterprise Architect | Cloud Transformation Leader | Driving Multi-Cloud Strategy, Solutions | DevSecOps Excellence | Innovation Resilient Infrastructure at Scale, Information Technology and Services, Enterprise (> 1000 emp.)

**Reviewed Date:** January 24, 2026

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

AWS API Gateway has become the central entry point for our internal and external APIs, giving us a secure and consistent way to route traffic to multiple backend services. We use it to expose static content from S3, Lambda‑based APIs, and external services running behind ELBs, all governed through a single gateway. Lambda authorizers handle authentication cleanly, and routing based on secret IDs and URL paths makes it easy to manage different workloads without adding operational overhead. Overall, API Gateway ties our architecture together and simplifies how we present a unified API layer across diverse backend systems to customer as one entity backed by Web Application Firewall. 

Definitely not an easy service to setup given, if yo use its full potential.
AWS has top notch customer support anyway but debugging will take a lot of time.

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

Some parts of API Gateway will make stuff overly complex, especially when managing multiple stages, integrations, and custom authorizers (in our case it is Lambda) across different environments along with managing differet API KEYS. Since costs accumulate across requests, caching, and additional features, prediction may not fit well. While it’s powerful, even a small configuration changes sometimes require more steps when so many components are involved.

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

AWS API Gateway helps us unify and secure access to multiple backend systems by giving us a single, consistent entry point for all our APIs. It lets us route traffic to static content in S3, Lambda‑based APIs, and external services behind ELBs, all while enforcing authentication through Lambda authorizers. By centralizing routing, security, and request handling, it removes a lot of custom logic we would otherwise have to build and maintain ourselves. The result is a cleaner architecture, simpler operations, and a much easier way to expose internal and external services in a controlled, scalable way.

  ### 3. Effortless API Management and Security

**Rating:** 5.0/5.0 stars

**Reviewed by:** anand p. | Sr. Engineering Manager, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** January 06, 2026

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

When someone hits my marketplace which i am building whether it’s a shopper browsing products or a seller updating inventory API Gateway automatically routes that request to the right backend service, like a smart traffic cop.

It also keeps things secure by default... I can add API keys, hook up user logins (like with Cognito) and ratelimiting with no extra code needed.

Plus, it scales instantly when traffic spikes (like during a flash sale) and I get clear logs and metrics to see who’s using my API and how it’s performing.

Honestly, It lets me focus on building features instead of worrying about plumbing, security, or servers crashing under load. It just works.

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

Debugging is one of the area they have to improve and automate i feel.

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

One clean front door for a marketplace which i build and Simplifies connecting frontend to backend. The contracts are quite simple.

  ### 4. Simplifies API Management, But Pricing and Setup Can Be Challenging

**Rating:** 4.5/5.0 stars

**Reviewed by:** Abdul Z. | Aws  DevOps Engineer, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 18, 2025

**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.

**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

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

Amazon API Gateway solves the challenge of managing, securing, and scaling APIs without the need to maintain servers or infrastructure. It provides a centralized way to expose backend services, handle authentication and authorization, manage rate limits, and monitor API performance.

By integrating seamlessly with AWS Lambda, DynamoDB, and other AWS services, it enables the creation of fully serverless architectures, reducing operational overhead and costs.

For me, the biggest benefit is the speed and simplicity of deploying APIs at scale — I can focus on writing business logic while API Gateway handles traffic management, security, and reliability, ensuring consistent and secure access to my applications.

  ### 5. Reliable, Scalable and Seamlessly Integrated API management

**Rating:** 4.5/5.0 stars

**Reviewed by:** Anshuman T. | Site Reliability Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 17, 2025

**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.

**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.

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

Amazon API Gateway helps us simplify how we expose backend services securely and reliably. Instead of managing load balancers, authentication, and request throttling manually, API gateway handles it all with minimal effort. It sits neatly in front of our Lambda and ECS workloads, providing consistent endpoints and built-in-metrics.
For our team, the biggest benefit is standardization and scalability - every service gets a uniform API layer with consistent logging, versioning, and rate limiting. It also saves us time during deployments since we don't have to worry about SSL routing, or manual API management. Overall, it's reduced operational overhead and improved security while letting us focus on building features instead of infrastructure.

  ### 6. Request Throttling and Caching That Supercharge API Performance.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Anilkumar R. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** May 08, 2026

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

request throttling and caching for performance optimization
also supports rest, HTTP, and WebSocket APIs

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

Cold start problem when integrated with lambda functions.

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

Campaign messages sent through a list of contacts with the business and internal APIs to enrich data usage in various places within the cloud.

  ### 7. Easy Serverless API Management with Strong Security, Auth & Authorization

**Rating:** 5.0/5.0 stars

**Reviewed by:** Chirag B. | Associate Manager, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 25, 2026

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

It’s an easy way to manage serverless APIs, especially when it comes to security, authentication, and authorization.

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

Nothing to complain about; all the features are useful from a security standpoint.

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

It helps with authorization, rate limiting, and invoking multiple Lambda services.

  ### 8. Reliable API Management

**Rating:** 5.0/5.0 stars

**Reviewed by:** Luca P. | Chief Operations Officer DEQUA Studio | Formerly CTO in MarTech, Marketing and Advertising, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 04, 2025

**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.

**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.

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

Adopting Amazon API Gateway has provided a centralized and consistent approach to API management across distributed architectures. The platform abstracts away much of the operational burden associated with scaling, securing, and monitoring APIs. It has enabled smooth integration of serverless workflows, allowing backend logic to be implemented in AWS Lambda without managing infrastructure.

The service has also streamlined the process of exposing internal services to external clients in a secure and controlled manner, enforcing authentication and rate limiting policies at the edge. With built-in observability, tracking API usage and diagnosing issues has become significantly more transparent. The ability to manage multiple API versions and stages concurrently has improved deployment agility and reduced risks during updates.

Overall, Amazon API Gateway has become a foundational component for building resilient, scalable, and secure API-driven applications in AWS-centric environments, supporting both modern microservices and legacy system integrations.

  ### 9. Great for Real-Time Marketing Data, but a Bit Technical

**Rating:** 4.5/5.0 stars

**Reviewed by:** Riya A. | Marketing Reporting Analyst, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 16, 2025

**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.

**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.

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

It helps me by solving a problem of manual and delayed reporting. It lets me centralize data from different marketing platforms and real time reporting.

  ### 10. Reliable API Gateway for Both REST and HTTP Workloads

**Rating:** 4.5/5.0 stars

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

**Reviewed Date:** July 31, 2025

**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

**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.

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

We’ve got multiple UIs hitting different APIs one REST and two HTTP and API Gateway helps us manage all of that from one place. It acts like a central entry point where we can handle routing, auth, and monitoring without spinning up extra infrastructure. Since we run custom auth through a Lambda behind ALB and NLB, API Gateway just plugs into that flow nicely. The best part is that we don’t have to worry about scaling or maintenance. It just works, even when traffic spikes, and it’s saved us a lot of hassle and manual overhead

  ### 11. Seamless AWS Integration with Fully Managed Service

**Rating:** 4.5/5.0 stars

**Reviewed by:** Manjeet D. | Area Manager, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 16, 2025

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

Completely managed service with easy integration with AWS Services

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

Completely managed service with easy integration with AWS Servcies

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

Manage APIs at a scale
Great security and access control

  ### 12. Is API Gateway Worth IT ?

**Rating:** 3.5/5.0 stars

**Reviewed by:** Prashant M. | Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 16, 2024

**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

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

There are some latency issues when you pair api gateway with lambda functions of aws.

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

Helping You to create quick apis with any peace of code.

  ### 13. "Amazon API Gateway: Capabilities and Challenges"

**Rating:** 4.5/5.0 stars

**Reviewed by:** Abdul M. | Senior Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 13, 2024

**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.

**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.

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

Amazon API gateway solves problem of scaling of API traffic during peak load without affecting performace and security features for securing api's.These all helps user to perform secure and efficient communication between api's.

  ### 14. Amazon API Gateway is the best API integration services for the AWS

**Rating:** 5.0/5.0 stars

**Reviewed by:** Chaitanya A. | Senior Software Developer, Enterprise (> 1000 emp.)

**Reviewed Date:** October 22, 2024

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

CROS policy to apply on the API and connect with the different AWS services

**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.

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

For building the webapp and connecting the frontend to the backend.

  ### 15. The easiest way to serve at scale, securely and in a well monitored way

**Rating:** 5.0/5.0 stars

**Reviewed by:** Thomas B. | Backend Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 14, 2024

**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.

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

Some call metrics aren't specific enough and we can't add condition of count metrics.

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

Serving API across the web (mostly to AWS Lambda)

  ### 16. Very useful and great service for managing APIs

**Rating:** 5.0/5.0 stars

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

**Reviewed Date:** November 05, 2023

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

The ease of use and integration with other services on AWS
It is very easy to implement, no complicted understanding is required.
AWS support is quite well versed and can help the customers all the time, we just have to raise a support ticket and reach out to them
I use this service day in day out, everyday. It's one of core component of infrastructure we handle
API Gateway provides multiple features from connecting to other AWS services, External endpoints, internal endpoints via VPC links, connectivity with Network Load Balancers, Testing within API Gateway, logging, monitoring. It's a pretty well versed service in itself.

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

Management of APIs is quite hectic if there is a long list of APIs. Especially, when API's are connecting to multiple different AWS services/Endpoints. Using Swagger/Open API reduces the effort a little bit. Although you will still have to manage a lot.

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

It solves the problem of integrating our core components within the system via APIs. It helps us connect our systems to Lambdas, Loadbalancers, other internal endpoints. Which is quite difficult to manage with a server based API system.

  ### 17. API gateway is becoming an unavoidable resource

**Rating:** 4.5/5.0 stars

**Reviewed by:** Adarsh M. | SDE 2, Enterprise (> 1000 emp.)

**Reviewed Date:** October 26, 2023

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

API gateway comes withs a lot of benefits around efficiently managing your API's integration, authentication and traffic.

API gateway let's you host your API's using REST HTTP or GraphQL, it provides the benefit of defining resources and it's corresponding stages.

Resource can be tested individually using AWS console. It provides integration with many AWS services out of the box, like AWS Lambda, VPC Link to connect to any endpoint privately etc.

It's helps to generate API'S using the spec Rest specifications from code or directly from swagger json or XML schemas.

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

It's VTL language for any inflight transformation is difficult to understand, moreover http is released with a limited set of fearures

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

We are solving multiple problems using apigw which includes API management, API auto generation using spec rest and CDK . Managing api authentication using sig4. Using it as an AWS SDK for exposing as a SAAS product.

  ### 18. Empowering API Growth Securely and in Easy way

**Rating:** 4.0/5.0 stars

**Reviewed by:** Badal P. | Software Quality Analyst, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 10, 2023

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

For one, it fits perfectly in an AWS environment. In turn, it enables me to readily connect my APIs to AWS Lambda functions or AWS DynamoDB tables with ease as I build, deploy and manage them. This is an example of a close integration which simplifies a development, lowers complexities, and allows me to concentrate on designing efficient and expandable API’s without thinking about supporting infrastructures. It’s revolutionary for anybody operating in the AWS ecosystem.

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

The one thing that challenges me here is the complexity of prices. It can be complexly understanding and estimating the costs, particularly as the volume of API requests and Data Transfer grows in number. It calls for proper planning and surveys to prevent any unforeseen charges. Furthermore, Amazon API Gateway provides many features; however its some advanced adjustments might need an innovative approach in regard to routing and transformation cases. Finally, it requires a training period on how to utilize all of its aspects to their full potential for persons who lack knowledge in AWS services and API management.

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

APIs were headache for scaling. Since my infrastructure is never at risk of collapse due to increased traffic and now using Amazon API Gateway, I can easily handle it without worry. By auto-scaling, it helps me keep my APIs responding to more traffic.

  ### 19. Streamlined API development, seamless AWS integration

**Rating:** 4.0/5.0 stars

**Reviewed by:** Deepak K. | Senior Integration Consultant, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 09, 2024

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

AWS API Gateway brings with all the important API management and governance features with an ease of simple configuration.

Automatic scaling and easy integration with all the major AWS services is a game changer.

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

There is nothing much to dislike but sometimes limited customisation options brings difficulties. Pricing is also bit complex.

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

We use AWS API gateway to expose our APIs to the public network.

  ### 20. Scale your API faster with AWS security.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Ashish  R. | Software Engineer 2, Enterprise (> 1000 emp.)

**Reviewed Date:** October 22, 2023

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

I Started using Amazon API gateway because of it's reliablity and flexibility and most import it is fully secure by AWS security. You dont have take care of deployement and latency is also low.

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

Things that i don't like about the Amazon API Gateway is that it support very limited protocols like http or https. Above all it's pricing model is little complicated.

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

Api managerment and Api generation become  very easy. I was using this monitoring and analytics. I was measuring the API performance and trouble shooting the issue efficiently.

  ### 21. The best tool for manage APIs

**Rating:** 5.0/5.0 stars

**Reviewed by:** Daniel R. | Small-Business (50 or fewer emp.)

**Reviewed Date:** December 14, 2023

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

Managing multiple APIs in a single environment is great, being able to publish and edit is easy, the cost is lower compared to some other similar services.

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

All requests and responses must go through the gateway, they increase the latency of each call, but it's not much, it's manageable.

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

Manage multiple APIs in the same environment

  ### 22. API gateway provide wide range of integrity with other aws tools with security.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Suheb G. | Devops Engineer, Retail, Enterprise (> 1000 emp.)

**Reviewed Date:** October 20, 2023

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

We can integrate easily api gateway with other tools like lambda, sns, sqs, and other security tolls on aws. it is fast and highly available service provided by aws.

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

the service is has limitations that everything should be in same region. it can not integrate with other region resourses.

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

we are running serverless application on cloud where we are getting huge benefits of api gateway, we running ecommerce application where we are pushing data of products everytime using api gateway and lambda

  ### 23. Great toolkit to start with if you want to setup/monetize your API easily

**Rating:** 4.0/5.0 stars

**Reviewed by:** Gab K. | Senior Lead Engineer, Insurance, Mid-Market (51-1000 emp.)

**Reviewed Date:** September 14, 2023

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

Seamless integration with other AWS services like Lambda
easy to manage deployments, mapping API keys and even data validation. You can define the API resources with a very granular level for every path & method.

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

If you want to define it from SAM/CloudFormation, the config could be quite uneasy if you want to have further customizations from the common starter setups.

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

It exposes my serverless AWS Lambda function code as a https endpoint, no need to provision any servers for reverse proxy or purchase for any load balancers which are expensive and not charged on usage only.

  ### 24. Streamlined but flexible cloud API management

**Rating:** 4.5/5.0 stars

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

**Reviewed Date:** November 06, 2023

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

Amazon API Gateway makes it easy to manage cloud-based APIs and functions. Integrating with internal AWS features as well as external sources is well-designed and user-friendly.

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

API Gateway does a decent job of making costs clear, but at times it's unclear exactly how much it will cost to run an API in production. There are also some features that require some special skillsets to understand well enough to use.

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

I have primarily run Amazon Lambda functions through API Gateway, and it has worked great for that purpose. It makes setting up API keys and managing API security, monitoring uptime, and providing URL access to functions very easy.

  ### 25. Api Gateway for Api forwarding

**Rating:** 4.0/5.0 stars

**Reviewed by:** Naveen Y. | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 26, 2023

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

Its the single endpoint I configure and call through all my applications, Most times never crossing the free  limit.
Api latency is negligible and can be used in most apps , The port feature is lacking , We can't call endpoints with a port at end.

It can be easily setup and integrated with most applications.

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

I wish they increase the default timeout to 60s atleast.
Without that it has caused us problems during some lambda functions where the function is running but the api returns timeout error.

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

We use Boomi as our integration layer, I use api gateway to solve mult connector issue for lot of shopify stores we got.

  ### 26. Amazon API Management through API Gateway

**Rating:** 4.0/5.0 stars

**Reviewed by:** Mathews S. | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 26, 2023

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

The ease of use of the software and the support from AWS when we use their native solutions. We used it very frequently as our customer was using API rate limiting.

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

The features are limited and it needs to expand to API discovery for more better rate limiting functionality.

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

We were able to solve api management issues which was very diffucult to manage and document at customer end. We also manage to reduce the load on the API server after implementing rate limiting which lead to cost reduction in spin up of scalable resources.

  ### 27. Amazon API Gateway: A flexible and scalable API Gateway

**Rating:** 5.0/5.0 stars

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

**Reviewed Date:** September 28, 2023

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

The things which I like most about Amazon API Gateway is its flexibility, security and scalability. It is used to create and manage different type of APIs like HTTP API, Web socket API , REST API etc. We can easily create an API Gateway using AWS console.

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

Till now there is nothing which I dislike but it will be little bit expensive for high-traffic APIs.

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

It solves a number of problems for us some of them are :
It manages all of our APIs, it can be integrated with wide variety of backend services like lambda, EC2, ECS etc. It also gives security features to our APIs which helps us to block the unauthorized users for accessing our APIs.

  ### 28. Amazon API Gateway - A simple, fast and scalable solution for APIs

**Rating:** 5.0/5.0 stars

**Reviewed by:** Atishay J. | SDE1, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 05, 2023

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

With the help of Amazon API gateway you can focus on writing business logic rather than focusing on hosting, scaling etc.
You can simply implement and integrate in frontend code,You can build REST as well as web socket APIs.

Amazon provides 1 million free API calls for 1 year.

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

Getting hands on for first time with api gateway can be bit difficult. Otherwise it's will be first choice if you don't want to create backend system by your own.

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

Amazon API gateway is helping to build fast and scalable backend solution, we don't have to think about performance, scalability and security of data. Everything is managed by Amazon.

  ### 29. Connecting multiple AWS services to create deploy & enhance applications

**Rating:** 4.5/5.0 stars

**Reviewed by:** Rohit S. | Manager - Analytics , Mid-Market (51-1000 emp.)

**Reviewed Date:** December 14, 2023

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

The best thing I see is it's seamless integration with other AWS Services thus contributing to efficient API Management.

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

I haven't seen any disadvantage maybe because I used it for very small period of time. I liked all the features.

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

So we're working on creating a mobile app that involved various services like authentication, data retrieval etc. so with the help of it we created a unified API for our app to interact.

  ### 30. Secure Gateway from Internet

**Rating:** 5.0/5.0 stars

**Reviewed by:** Hanumantha Rao B. | Senior Site Reliability Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 17, 2023

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

The ease of use and the ease of Implementation is the best. And the possibility to import Swagger to be able to create API gateway is amazing, so that we dont have to manually add all the resources and paths.

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

I feel the User Interface can be little better that what we currently have.

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

When your application is hosted in internet and upon a user click if you want to call specific API endpoint and get data via a secure gateway or if you want to trigger a worklow in your internal system. That can be securely achievable.

  ### 31. API Gateway-Best Tool in Market

**Rating:** 4.5/5.0 stars

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

**Reviewed Date:** October 28, 2023

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

Amazon API  gateway simplifies api creation and management, saves time and effort. Best thing is it provides robust security and ensures data protection. Seamlessly connect with aws services and external endpoints.

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

Sometimes setting it up and configuring its advanced options might be a little tricky for new ones. Also it becomes expensive as our usage increase with time.

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

It helps by simplifying the creation ang management of API's, making it easier to connect and secure services. It also aids in scaling to handle more users and allows efficient integration with various systems.

  ### 32. Amazon API a perfect gateway

**Rating:** 4.5/5.0 stars

**Reviewed by:** Abhishek S. | Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 18, 2023

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

The best about Amazon  api gateway is the variety of modules it provides in terms of connecting applications with api. Not only modules, but accessibility is also great. It makes life easy for developers to manage, operate and do operation on APIs.

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

I wish I could find any dislike related to this gateway. Everything is up to the mark. From integration, scalability, deployment of service and many more.

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

It provides various services like API integration,  deployment of services,API creation, manage the working and operations of API. The gateway gives a complete solution to API life cycle.

  ### 33. I used the tool to create an API connection

**Rating:** 4.5/5.0 stars

**Reviewed by:** Irvin V. | Zendesk System Administrator / Product / CX, Mid-Market (51-1000 emp.)

**Reviewed Date:** January 17, 2024

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

it's easier to create a webhook, has more flexibility when using Java script for implementation., as well easy to copy the code when performing integrations.

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

i really like the system there nothing I would change

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

it's making it easier for me to create the webhooks needed to do my job

  ### 34. Api gateway

**Rating:** 3.5/5.0 stars

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

**Reviewed Date:** May 15, 2024

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

It is seemless and support most of the relevant features.

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

Probably the latent connections with 3rd party api

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

Managing APIs have been greatly improved by using Amazon API GW

  ### 35. Unveiling the Power of Amazon API Gateway: A Comprehensive Review

**Rating:** 4.5/5.0 stars

**Reviewed by:** SHIVA PRASAD D. | Assistant System Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 11, 2023

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

Amazon API Gateway excels with scalability, robust security, and seamless AWS integration. Its user-friendly interface and cost-effective pricing, coupled with detailed analytics, make it a top choice for API management.

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

Limited customization options can be restrictive. Understanding and navigating the pricing structure might pose challenges for some users.

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

Amazon API Gateway solves integration challenges in aviation simulation software. It facilitates seamless communication between components, enhancing realism and performance. The service's scalability ensures a smooth and immersive experience, benefiting users with reliable simulation

  ### 36. Best product for scaling your API application without compromising  securty

**Rating:** 5.0/5.0 stars

**Reviewed by:** ABHISHEK P. | Integration Architect, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 04, 2023

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

It's amazing to act like security tire between clinte system and end point api, API Protected against malware and hackers. most important it's easy to scale up ur application without extra effort.

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

Nothing major as of now. Business cost associated with application features so users need to understand ther usage first.

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

Scaling up and hosting API on cloud with authentication

  ### 37. Amazon API Gateway Review

**Rating:** 5.0/5.0 stars

**Reviewed by:** Debarshi M. | Serverless Developer , Computer Software, Mid-Market (51-1000 emp.)

**Reviewed Date:** March 22, 2023

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

I'm usually using API Gateway to build Restful APIs, it scale automatically, and authorization is simple and easy to learn, also loved its serverless nature. I loved how different authorization works on API Gateway, mostly I used Cognito and Lambda Authorizer but loved to use the IAM Auth also. Apart from this authorization stuff, I would also like to mention that apart from integrating with Lambda, It's a direct integration with other aws services like StepFunctions and Dynamodb.

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

Earlier it was difficult to manage the CORS and when using lambda I'm thinking about how to send the payload data to my lambda functions, then came to know about Lambda Proxy integration.

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

It's solving lots of real-life challenges, with API Gateway we can crate restful APIs, no need to manage those APIs once you created them all handled by AWS in the operation part.
Also, loved to see how we can create WebSocket API within the API gateway. Apart from that, we can implement authentication and authorization is pretty simple.  

Loved its scales automatically, canary deployment traffic shafting (really helpful), and low cost. serverless in nature

  ### 38. API Gateway is useful and easy to implement, but not as feature rich as Kong/Apigee

**Rating:** 4.0/5.0 stars

**Reviewed by:** Jordan B. | Software Developer, Enterprise (> 1000 emp.)

**Reviewed Date:** May 19, 2022

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

I like that it is a native solution within the AWS suite and can be implemented with Cloudformation.

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

API gateway is missing some features that are available in API management solutions like Kong / Apigee.  like having an API catalog.

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

It should satisfy most needs for API management.

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

The rapid development of APIs for internal and external partners.

  ### 39. Great product and features with good pricing

**Rating:** 3.5/5.0 stars

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

**Reviewed Date:** October 17, 2023

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

The price is really good for the product. I mainly use it for WebSockets and serverless management of sockets is a great problem it solves.

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

The way it handles server-to-client communication for WebSockets and pricing there. Overall the price is good, but if we have to POST to the API Gateway for each message, and price is per message, real time streaming via sockets is not really doable.

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

Serverless and scalable handling of WebSockets.

  ### 40. Amazon API Gateway as a tool for API creation

**Rating:** 4.0/5.0 stars

**Reviewed by:** Saadia B. | Sr. Software Engineer and Business Analyst, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 11, 2023

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

It provides an end to end solution for API developers to create, publish, maintain, secure and monitor APIs.

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

It is comparitively complex to adopt, configure and then properly utilize the platform. Secondly cost is a concerning factor.

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

Amazon API gateway provides an end to end experience for me from the context of API creation, maintainance, integration machenism in an organized manner. Its container based microservices architecture gives a standardised to deliver APIs.

  ### 41. Amazon API Gateway - A central door for all your APIs

**Rating:** 4.5/5.0 stars

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

**Reviewed Date:** November 19, 2023

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

It's easy to scale and configure. The best part is it allows monitoring the connections. The integration with HTTP/HTTPS is seamless and requires less effort

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

Setting permissions is complex and unncecessarily confusing. As a customer it may be frustrating to pass through the initial login phase which has a negative impact on overall customer retention

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

Amazon gateway provides a single entrypoint for a microservices application to communicate to its frontend. The major benefit is it allows to collate cross platform APIs and create a central endpoint for a frontend application

  ### 42. Lambda Function Store In Single Api Gateway

**Rating:** 4.5/5.0 stars

**Reviewed by:** Jaymangal P. | Full Stack Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 18, 2023

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

It's very composed and very ease of use to deploy lambda functions with it

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

It's static based. I'm mean we have to define in serverless file api gateway.

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

We does need any sub domains
It's directly use api id and resource id for api route generation whenever we deploy our service

  ### 43. Amazing experience using Amazon API gateway.

**Rating:** 5.0/5.0 stars

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

**Reviewed Date:** January 10, 2024

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

Best api gateway to support microservice architecture software. Very Easy to integrate with the software product and instances. Provides 24 /7 customer support. Provides best class api security. Provides good frequency of usage.

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

Nothing like a dislike about amazon api gateway.

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

Used Amazon API Gateway in my software product to manage apis calls running on microservice architecture. Provides security to the apis.

  ### 44. Easy to use, feature rich

**Rating:** 4.0/5.0 stars

**Reviewed by:** Ashwani S. | Senior Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 16, 2023

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

Integrating your existing application to this service is very easy

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

Cost can be a bit high for small scale services

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

Api gateway provides the gateway features out of the box. Creating and managing your own gateway code is not very easy and unecesary if you don't have a very specific usecase

  ### 45. Easy to use and scales very well

**Rating:** 4.0/5.0 stars

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

**Reviewed Date:** December 14, 2023

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

It scales very easily and provides a lot of out of the box solutions for our APIs. We were able to implement it using terraform without much hassle integrating it with AWS IAM.

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

You're locked to AWS and you can't move away from it. Costs can go up easily if they're not properly managed.

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

We needed an easy way to implement caching and compression on an AWS service that didn't support it.

  ### 46. Bit expensive, but it is worth

**Rating:** 4.0/5.0 stars

**Reviewed by:** Myvizhi S. | Associate Team Lead, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 08, 2023

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

Amazon API Gateway has a pay-as-you-use pricing model,  you only pay for for what you use ,Flexibility , security, integration etc

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

The documentation for Amazon API Gateway can be sometimes difficult to navigate, especially for developers unfamiliar with the service or AWS

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

API consumers can easily discover, understand, and access APIs

  ### 47. Great experience with API

**Rating:** 4.5/5.0 stars

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

**Reviewed Date:** November 18, 2023

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

It was very easy to configure the restful API. It was my first time using it, but I got good articles about the API gateway in AWS and yes we were successfully created APIs

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

Nothing much. It was great experience with AWS API gateway.

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

We had lots of appreciations running in AWS, to access and manage them separately was big burden for us, we decided to go with AWS API gateway and now we are using single api gateway for all our applications

  ### 48. AWS API GATEWAY, Host api easily

**Rating:** 4.0/5.0 stars

**Reviewed by:** Visakh C. | Associate Architect, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 25, 2023

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

Its easy to his tny api and provide different security layer. Also able to connext to lambda and many other services provided by aws.

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

Implementing jwt is difficult where needs a validation at api level

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

Dont need to purchase  a dedicated server and wasily host api with 99% availability or no down time

  ### 49. Amazon API Gateway

**Rating:** 4.5/5.0 stars

**Reviewed by:** Rachit M. | Entity Non Officer, Enterprise (> 1000 emp.)

**Reviewed Date:** June 21, 2023

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

Amazon API Gateway is a serverless offering; we don't need to bother about the infrastructure procuring and maintenance. It controls and acts as  a single gateway entry point for all the APIs

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

One drawback associated with AWS API Gateway is the potentially slow performance as the APIs has to pass one more level to reach their destination. Also, the poor configuration of the gateway leads to performance issues with the APIs

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

It acts as a single gateway point for our APIs, especially in microservices. It also helps to terminate the SSL handshaking, authentication and APIs management. We can also configure request rerouting logic into our API Gateway

  ### 50. Great Solution for filtering requests and build a quick Web API solution

**Rating:** 4.0/5.0 stars

**Reviewed by:** Kushal K. | Senior Associate, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 09, 2023

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

Ease of Use and Integration, Fast and works as a load balancer as well.

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

Additional Complexity and Maintenance Overhead

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

Quick to Production Web APIs that are secure and API management is much easier.


## 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?section=pricing&secure%5Bexpires_at%5D=2026-07-11+04%3A13%3A03+-0500&secure%5Bsession_id%5D=12796485-a333-45cb-8b77-7e837447b0ac&secure%5Btoken%5D=ded7c7b5dd0080b058ef6bc5bf927ac543665cea1dc476992f9b902dc06e296f&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 (654 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 (454 reviews)

