AWS Lambda vs. MuleSoft Anypoint Platform

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
AWS Lambda
Score 8.5 out of 10
N/A
AWS Lambda is a serverless computing platform that lets users run code without provisioning or managing servers. With Lambda, users can run code for virtually any type of app or backend service—all with zero administration. It takes of requirements to run and scale code with high availability.
$NaN
Per 1 ms
Anypoint Platform
Score 8.2 out of 10
N/A
The Anypoint Platform developed by MuleSoft and acquired by Salesforce in early 2018 is designed to connect apps, data, and devices anywhere, on-premises or in the cloud. This platform was built to offer out-of-the-box connectors as well as tools that architects and developers can adopt quickly to design, build and manage the entire lifecycle of their APIs, applications, and products.N/A
Pricing
AWS LambdaMuleSoft Anypoint Platform
Editions & Modules
128 MB
$0.0000000021
Per 1 ms
1024 MB
$0.0000000167
Per 1 ms
10240 MB
$0.0000001667
Per 1 ms
No answers on this topic
Offerings
Pricing Offerings
AWS LambdaAnypoint Platform
Free Trial
NoYes
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
AWS LambdaMuleSoft Anypoint Platform
Considered Both Products
AWS Lambda

No answer on this topic

Anypoint Platform
Chose MuleSoft Anypoint Platform
Once we have moved all of our system integration APIs to the MuleSoft Anypoint Platform, we will need to communicate with a wide variety of external systems. All of our business and service logic is stored in the aforementioned core systems. Anypoint Platform (and all of our …
Chose MuleSoft Anypoint Platform
We selected Mulesoft for speed of implementation. We did not have the luxury of time and needed a solution that can be learned and implemented within weeks so we can take advantage of newly formed partnerships. The training that was provided to use during our pre-sales and …
Features
AWS LambdaMuleSoft Anypoint Platform
Access Control and Security
Comparison of Access Control and Security features of Product A and Product B
AWS Lambda
8.9
7 Ratings
1% above category average
MuleSoft Anypoint Platform
-
Ratings
Multiple Access Permission Levels (Create, Read, Delete)8.67 Ratings00 Ratings
Single Sign-On (SSO)9.23 Ratings00 Ratings
Reporting & Analytics
Comparison of Reporting & Analytics features of Product A and Product B
AWS Lambda
5.2
6 Ratings
14% below category average
MuleSoft Anypoint Platform
-
Ratings
Dashboards5.86 Ratings00 Ratings
Standard reports5.45 Ratings00 Ratings
Custom reports4.55 Ratings00 Ratings
Function as a Service (FaaS)
Comparison of Function as a Service (FaaS) features of Product A and Product B
AWS Lambda
8.6
7 Ratings
5% above category average
MuleSoft Anypoint Platform
-
Ratings
Programming Language Diversity9.07 Ratings00 Ratings
Runtime API Authoring8.17 Ratings00 Ratings
Function/Database Integration8.87 Ratings00 Ratings
DevOps Stack Integration8.47 Ratings00 Ratings
Cloud Data Integration
Comparison of Cloud Data Integration features of Product A and Product B
AWS Lambda
-
Ratings
MuleSoft Anypoint Platform
7.1
12 Ratings
12% below category average
Pre-built connectors00 Ratings7.812 Ratings
Connector modification00 Ratings7.412 Ratings
Support for real-time and batch integration00 Ratings7.312 Ratings
Data quality services00 Ratings6.012 Ratings
Data security features00 Ratings6.812 Ratings
Monitoring console00 Ratings7.412 Ratings
Best Alternatives
AWS LambdaMuleSoft Anypoint Platform
Small Businesses
IBM Cloud Functions
IBM Cloud Functions
Score 7.5 out of 10
Make
Make
Score 9.3 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
IBM App Connect
IBM App Connect
Score 9.3 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
IBM App Connect
IBM App Connect
Score 9.3 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
AWS LambdaMuleSoft Anypoint Platform
Likelihood to Recommend
8.0
(52 ratings)
8.0
(24 ratings)
Likelihood to Renew
-
(0 ratings)
9.0
(1 ratings)
Usability
8.3
(17 ratings)
7.3
(4 ratings)
Support Rating
8.7
(20 ratings)
6.8
(4 ratings)
User Testimonials
AWS LambdaMuleSoft Anypoint Platform
Likelihood to Recommend
Amazon AWS
Lambda excels at event-driven, short-lived tasks, such as processing files or building simple APIs. However, it's less ideal for long-running, computationally intensive, or applications that rely on carrying the state between jobs. Cold starts and constant load can easily balloon the costs.
Read full review
Salesforce
MuleSoft Anypoint Platform is best tool in the market for developing APIs with complex structures communicating with various different types of applications including web applications as well as legacy applications. Also applications including database connectivity for fetching and updating data in the DB tables. I cant think of any scenario which MuleSoft Anypoint Platform could not be used for developing the integrations.
Read full review
Pros
Amazon AWS
  • No provisioning required - we don't have to pay anything upfront
  • Serverless deployment - it gets executed only when request comes and we pay only for the time the request is getting executed
  • Integrates well with AWS CloudWatch triggers so it is easy to setup scheduled tasks like cron jobs
Read full review
Salesforce
  • API Manager provides easy API Policy Governance. You do not have to manage multiple platforms for managing the policies.
  • Supports hybrid Mule EBS environments. You can configure both CouldHub-based and on-premise-based API using Mulesoft API manager in a similar manner.
  • It's very easy to implement API proxy.
  • User friendly UI.
  • Single platform to manage all.
Read full review
Cons
Amazon AWS
  • Developing test cases for Lambda functions can be difficult. For functions that require some sort of input it can be tough to develop the proper payload and event for a test.
  • For the uninitiated, deploying functions with Infrastructure as Code tools can be a challenging undertaking.
  • Logging the output of a function feels disjointed from running the function in the console. A tighter integration with operational logging would be appreciated, perhaps being able to view function logs from the Lambda console instead of having to navigate over to CloudWatch.
  • Sometimes its difficult to determine the correct permissions needed for Lambda execution from other AWS services.
Read full review
Salesforce
  • Has more features than what we really need so we're paying for more than we use. Sort of like paying for an Abrams tank when all we really need is a Toyota Corolla.
  • Not a value product, tends to be expensive.
  • Takes a while for developers to learn to use Mulesoft Anypoint.
Read full review
Usability
Amazon AWS
I give it a seven is usability because it's AWS. Their UI's are always clunkier than the competition and their documentation is rather cumbersome. There's SO MUCH to dig through and it's a gamble if you actually end up finding the corresponding info if it will actually help. Like I said before, going to google with a specific problem is likely a better route because AWS is quite ubiquitous and chances are you're not the first to encounter the problem. That being said, using SAM (Serverless application model) and it's SAM Local environment makes running local instances of your Lambdas in dev environments painless and quite fun. Using Nodejs + Lambda + SAM Local + VS Code debugger = AWESOME.
Read full review
Salesforce
Because this product is still releasing a lot of new functionality, it also comes with many bugs that they’re still working to fix. So yes, that can cause issues when we’re developing any solutions.
Read full review
Support Rating
Amazon AWS
Amazon consistently provides comprehensive and easy-to-parse documentation of all AWS features and services. Most development team members find what they need with a quick internet search of the AWS documentation available online. If you need advanced support, though, you might need to engage an AWS engineer, and that could be an unexpected (or unwelcome) expense.
Read full review
Salesforce
Anypoint Platform support is very responsive. There is also a huge knowledge base and an active online forum where answers to most questions can be found. When needed support engages the engineering group so adequate solutions or workarounds are always provided.
Read full review
Alternatives Considered
Amazon AWS
AWS Lambda is good for short running functions, and ideally in response to events within AWS. Google App Engine is a more robust environment which can have complex code running for long periods of time, and across more than one instance of hardware. Google App Engine allows for both front-end and back-end infrastructure, while AWS Lambda is only for small back-end functions
Read full review
Salesforce
Once we have moved all of our system integration APIs to the MuleSoft Anypoint Platform, we will need to communicate with a wide variety of external systems. All of our business and service logic is stored in the aforementioned core systems. Anypoint Platform (and all of our APIs) makes it easy to connect to various other platforms. In order to link to these many other systems, connectors and/or components are utilized, and they are simple to configure and integrate.
Read full review
Return on Investment
Amazon AWS
  • Positive - Only paying for when code is run, unlike virtual machines where you pay always regardless of processing power usage.
  • Positive - Scalability and accommodating larger amounts of demand is much cheaper. Instead of scaling up virtual machines and increasing the prices you pay for that, you are just increasing the number of times your lambda function is run.
  • Negative - Debugging/troubleshooting, and developing for lambda functions take a bit more time to get used to, and migrating code from virtual machines and normal processes to Lambda functions can take a bit of time.
Read full review
Salesforce
  • Mulesoft can be used to provide an integration platform to a large number of systems like Salesforce, ODBC, JDBC, SAP, Mongo DB, etc.
  • An excellent option to develop microservices and real-time integrations.
  • Not as robust in handling large data volumes, Informatica is better in that respect.
Read full review
ScreenShots

Anypoint Platform Screenshots

Screenshot of Connect any endpoints using out-of-the-box connectors, dynamic connectivity to API specifications, or by building reusable connectors with Anypoint DevKit™.Screenshot of A reporting suite that provides a real-time view of API consumption trends and operational performance. Analytics provides insight into how your API is being used and informs forward-looking design decisions.Screenshot of A platform to engage with API developers and drive adoption. Share documentation, examples and manage developer access from a single platform.