Amazon API Gateway vs. UiPath Integration Service

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Amazon API Gateway
Score 8.2 out of 10
N/A
AWS offers the Amazon API Gateway supports the creation and publication of an API for web applications, as well as its monitoring and maintenance. The Amazon API Gateway is able to support thousands of API calls concurrently and provides traffic management, as well as monitoring and access control.
$0.90
Per Million
UiPath Integration Service
Score 5.0 out of 10
N/A
UiPath Integration Service (including technology from Cloud Elements, following UiPath's acquisition of the company in 2021) is a cloud API integration service that uses cooperative apps to connect an organization’s customers, partners and employees to the cloud services they use. The vendor says that by using their pre-built elements, their one-to-many approach connects applications with services, each through a single API. The organization’s app can instantly share data with other applications…N/A
Pricing
Amazon API GatewayUiPath Integration Service
Editions & Modules
Past 300 Million
$0.90
Per Million
First 300 Million
$1.00
Per Million
No answers on this topic
Offerings
Pricing Offerings
Amazon API GatewayUiPath Integration Service
Free Trial
NoYes
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Amazon API GatewayUiPath Integration Service
Considered Both Products
Amazon API Gateway
Chose Amazon API Gateway
Amazon API Gateway really provides Product functionality and performance. So this is the main reason of choosing it over the competition. Also, cost effectiveness is also second reason to choose it for our project. This product Create both internal and operational efficiencies …
Chose Amazon API Gateway
Pricing is better at Amazon API gateway. Amazon API gateway is more user-friendly than SAP HANA Cloud. But SAP HANA Cloud supports more programming languages. The centralized management and monitoring system of Amazon API Gateway is more user-friendly. The User-Interface of …
Chose Amazon API Gateway
Our organization uses AWS infrastructure for many projects across different business units so we choose Amazon API Gateway for initial web services development. After exploring all features especially integration with other Amazon services like Lamda and Cloud watch we chose to …
Chose Amazon API Gateway
I have reviewed NGINX, Kong, and Azure API Management. While very capable, NGINX and Kong are server-based implementations; my team would prefer not to have another cluster of servers to manage. Having a managed service in API GW is preferable.

While Azure API Management is …
Chose Amazon API Gateway
When we tested Azure API Management at the time, it had serious connectivity issues, it was very unstable, and it needed to do a lot using the command line. Comparing with the AWS solution, which was more mature, and the fact that we have services in use on AWS, we ended up …
Chose Amazon API Gateway
Our primary architecture is AWS, so we selected [Amazon] API Gateway as our gateway solution. While ApiGee and SwaggerHub provide great solutions for service orchestration, [Amazon] API Gateway provided the best integrations with our web services which were mostly running …
Chose Amazon API Gateway
Compared to other solutions, Azure is much easier to use and setup, but probably for hybrid solution Talend API in the cloud is the best solution and Talend API can take advantage of Amazon API Gateway, thus all this hard work is done by other software solution. Additionally, …
Chose Amazon API Gateway
I feel there is no competition to Amazon API Gateway when it comes to evaluating the cost and ease of use.
Chose Amazon API Gateway
As AWS API comes with more security and API key authentication functions, it's easy for the organization to handle the various customers based with different level of permission. And also very easy comparable to others for tracking the API calls. Also, scalability and …
Chose Amazon API Gateway
Since we have been using AWS products since the beginning, we did not think about using any competitors of API Gateway. It has great and strong integration with other AWS products.
Chose Amazon API Gateway
Amazon CloudWatch and Amazon Elastic MapReduce
Chose Amazon API Gateway
Nginx is a powerful tool but configuring, running and maintaining but Nginx will never be a competitive advantage for our business. API Gateway is powerful because it is managed and does what we need out-of-the-box. Nginx is used more widely in the community; it may be easier …
UiPath Integration Service
Chose UiPath Integration Service
Cloud Elements was an established partner before I started working for the organization. I did not review alternatives.
Chose UiPath Integration Service
Multi-touch point integrations and developer friendly. More expensive but better features.
Chose UiPath Integration Service
Cloud Elements was the vendor that had the largest catalog of technologies to integrate with, had support during the sales and development process, and provided go-to-market assistance that others did not offer. We chose them because of their suite of services and offerings and …
Chose UiPath Integration Service
MuleSoft is also a similar product to Cloud Elements, but is not available as an option in this form. Workato and MuleSoft are competing cloud API connector platforms that perform a similar function to Cloud Elements. We chose Cloud Elements over them because CE provided a …
Chose UiPath Integration Service
At the time we found Cloud Elements we found no other option that had a Unified API for cloud storage providers.
Features
Amazon API GatewayUiPath Integration Service
API Management
Comparison of API Management features of Product A and Product B
Amazon API Gateway
7.7
Ratings
7% below category average
UiPath Integration Service
-
Ratings
API access control6.40 Ratings00 Ratings
Rate limits and usage policies7.00 Ratings00 Ratings
API usage data8.20 Ratings00 Ratings
API user onboarding8.20 Ratings00 Ratings
API versioning9.20 Ratings00 Ratings
Usage billing and payments7.60 Ratings00 Ratings
API monitoring and logging7.40 Ratings00 Ratings
Best Alternatives
Amazon API GatewayUiPath Integration Service
Small Businesses
NGINX
NGINX
Score 9.2 out of 10
Make
Make
Score 8.9 out of 10
Medium-sized Companies
NGINX
NGINX
Score 9.2 out of 10
IBM App Connect
IBM App Connect
Score 9.5 out of 10
Enterprises
NGINX
NGINX
Score 9.2 out of 10
IBM App Connect
IBM App Connect
Score 9.5 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Amazon API GatewayUiPath Integration Service
Likelihood to Recommend
8.0
(0 ratings)
8.6
(0 ratings)
Support Rating
10.0
(0 ratings)
-
(0 ratings)
User Testimonials
Amazon API GatewayUiPath Integration Service
Likelihood to Recommend
API GW is great for giving access to asynchronous operations that are fast and don't need to be online all the time. Lambda functions are the classic example. In the past, an operation that is called on via an HTTP endpoint would be implemented using a server-based solution. With high availability in place that would include a server or two and a load balancer. Over time this setup can be costly, especially if the service is not used at full capacity; cycles are wasted when the servers are sitting there waiting to respond. If the operation can be distilled down to a function, an API GW + Lambda solution could be put in place that performs the operation as needed only when requested. Comparing the low price point for API GW requests and Lambda CPU+Memory, the savings can be night and day over the server-based implementation.
Read full review
Areas where it would be appropriate:
  1. If you want a really 'deep' integration with a third party software, and you want all the control over how it interacts with your software
  2. If you want a totally white-labeled solution, that is totally invisible to your customers.
  3. if you care more about a well thought out/useful API, rather than a pretty UI
Areas where it is less appropriate:
  1. If you want a Zapier-esque hands-off integration for YOU.
  2. if you want your customers to do more of the work, pay for it/etc.
  3. if you're a really small business, it could be too expensive. But it depends on your individual contract with them.
Read full review
Pros
  • API Gateway integrates well with AWS Lambda. This allows us to build a web server in the language and framework of our choice, deploy it as a Lambda function, and expose it through API Gateway.
  • API Gateway manages API keys. Building rate limiting and request quota features are not trivial (or interesting).
  • API Gateway's pricing can be very attractive for services that are accessed infrequently.
Read full review
  • Customer Support -- They have a knowledgeable team and are very responsive.
  • Communication -- Most questions are addressed quickly
  • Documentation -- The API documentation is well organized and easy to follow.
Read full review
Cons
  • I think there should be another way of enabling CORS. It basically creates OPTIONS for every endpoint, which makes your API Gateway look complicated.
  • The integration timeout limit is 30 seconds, which limits you into that time.
  • API Gateway UI should be improved and should work correctly when more than two people are adding/editing endpoints.
Read full review
  • There weren't really many cons to our experience. The only slight downside was the cost but they worked with us on that to make it work.
Read full review
Support Rating
We always had a great experience with the AWS support team. They were always on time and very dependable. It was a good partnership while we worked to resolve our issues.
Read full review
No answers on this topic
Alternatives Considered
Pricing is better at Amazon API gateway. Amazon API gateway is more user-friendly than SAP HANA Cloud. But SAP HANA Cloud supports more programming languages. The centralized management and monitoring system of Amazon API Gateway is more user-friendly. The User-Interface of Amazon API gateway is also better. Overall we can conclude that Amazon API Gateway provides a better work experience than SAP HANA.
Read full review
MuleSoft is also a similar product to Cloud Elements, but is not available as an option in this form.

Workato and MuleSoft are competing cloud API connector platforms that perform a similar function to Cloud Elements. We chose Cloud Elements over them because CE provided a more robust path to unifying the behavior of connected systems.

Zapier is a workflow automation tool that I feel draws erroneous comparison to Cloud Elements that I need to highlight. Workflow automation tools (Zapier, IFTTT, Microsoft Flow) do provide multiple integrations, but for simplistic scenarios where only a handful of explicitly described steps need accomplished. Cloud Elements is a platform for developers to deliver faster and with higher reliability than making integrations one-by-one in complex systems that solve demanding problems.
Read full review
Return on Investment
  • Positive, which accelerated business deliveries in months
  • Negative, but in our positive case, if you are going to change the solution in the future, you need to adjust several things for the new solution.
  • Positive, users celebrated with ease of use (lower learning curve, lower cost).
  • Positive - Pay according to usage
Read full review
  • We are able to build integrations in HALF the time we could build them from scratch.
  • They allow our development team to spend more hours focused on developing our core product, not connections to other products.
  • Their large catalog of services to connect to allows us to spend much less time researching other platform integration endpoints and increases our R&D speed a considerable amount.
Read full review
ScreenShots