AWS Lambda vs. Microsoft Power Automate

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
Microsoft Power Automate
Score 8.2 out of 10
N/A
Microsoft Power Automate is an advanced automation platform offering a range of features, including AI-powered automation, robotic process automation (RPA), business process automation (BPA), digital process automation (DPA), and process/task mining. The platform aims to empower organizations to securely automate their operations at scale by leveraging low-code and AI technologies.
$15
per month per user
Pricing
AWS LambdaMicrosoft Power Automate
Editions & Modules
128 MB
$0.0000000021
Per 1 ms
1024 MB
$0.0000000167
Per 1 ms
10240 MB
$0.0000001667
Per 1 ms
Power Automate Premium
$15
per month per user
Power Automate Process
$150
per month per bot
Hosted RPA add-on
$215
per month per bot
Process Mining add-on
$5,000
per month per tenant
Offerings
Pricing Offerings
AWS LambdaMicrosoft Power Automate
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 LambdaMicrosoft Power Automate
Features
AWS LambdaMicrosoft Power Automate
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
Microsoft Power Automate
-
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
Microsoft Power Automate
-
Ratings
Dashboards5.86 Ratings00 Ratings
Standard reports5.35 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
Microsoft Power Automate
-
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
Best Alternatives
AWS LambdaMicrosoft Power Automate
Small Businesses
IBM Cloud Functions
IBM Cloud Functions
Score 7.4 out of 10
Stackby
Stackby
Score 9.0 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
CMW Platform
CMW Platform
Score 9.2 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
CMW Platform
CMW Platform
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
AWS LambdaMicrosoft Power Automate
Likelihood to Recommend
8.0
(52 ratings)
8.0
(82 ratings)
Likelihood to Renew
-
(0 ratings)
9.3
(9 ratings)
Usability
8.3
(17 ratings)
9.0
(7 ratings)
Support Rating
8.7
(20 ratings)
7.8
(12 ratings)
In-Person Training
-
(0 ratings)
9.0
(1 ratings)
Online Training
-
(0 ratings)
8.9
(2 ratings)
Implementation Rating
-
(0 ratings)
7.9
(37 ratings)
Configurability
-
(0 ratings)
9.0
(1 ratings)
Contract Terms and Pricing Model
-
(0 ratings)
10.0
(1 ratings)
Ease of integration
-
(0 ratings)
8.5
(2 ratings)
Professional Services
-
(0 ratings)
8.0
(1 ratings)
Vendor post-sale
-
(0 ratings)
9.0
(1 ratings)
Vendor pre-sale
-
(0 ratings)
10.0
(1 ratings)
User Testimonials
AWS LambdaMicrosoft Power Automate
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
Microsoft
If you are in a team that needs to develop automated solutions but have no coding experience and no access to a developer, Power Automate is one of the best places to start. It is incredibly flexible and likely has triggers and actions that can connect with your platforms, especially if you use the Microsoft stack. Additionally, using webhooks, you can connect to many different endpoints to get systems working together.
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
Microsoft
  • Sending confirmation email to clients and user once the flow is triggered.
  • Fetching or Dumping files from one location to another if the flow is triggered.
  • Schedule flow helps to send alerts and triggers the flow at a specific interval of time to carry out the required task.
  • Power Automate also be used to convert any file format to a specific file format and save it to the required location
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
Microsoft
  • I REALLY wish I could just drop in a block of python or PowerShell code sometimes. The visual low-code things are great for moving around data but sometimes it would be faster if I could just tap out some code.
  • The DOM (Document Object Model) is not entirely apparent and takes a lot of trial and error, and sometimes it's even different between different connectors. I would love to be able to just see the path to access some specific variables from earlier processes.
Read full review
Likelihood to Renew
Amazon AWS
No answers on this topic
Microsoft
The tool is very useful when used with its various native connectors, taking great advantage of the integration between the components and systems of the Office365 universe. However, its cost is still high, and automation using more advanced components containing AI resources becomes unfeasible for some companies. Due to the financial crisis that many companies are currently experiencing, investment in automation systems or tools is taking a back seat.
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
Microsoft
Power Automate features a clean and intuitive user interface that allows users to create, manage, and monitor workflows easily. The UI is designed to be accessible to both technical and non-technical users, with drag-and-drop functionality for building workflows. Power Automate supports integration with a wide range of Microsoft and third-party applications. This flexibility in integration allows users to automate workflows across various systems, enhancing overall productivity and efficiency.
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
Microsoft
both Community support and Microsoft official support typically respond to (and resolve) reported issues in a VERY expedient manner, usually going above and beyond for education and bugfixing. I have been thoroughly impressed with the level of support I had been provided in the past.
Read full review
In-Person Training
Amazon AWS
No answers on this topic
Microsoft
after reviewing the main features of Power Automate, the Microsoft trainer focused on some of our real life use cases implementation, from simple to more advanced.
Read full review
Online Training
Amazon AWS
No answers on this topic
Microsoft
although it was productive, it is more difficult to stay focused and in a 7 hours a day online training (including screen share issues and the fact that the trainer just can't precisely show the exact location of your mistake)
Read full review
Implementation Rating
Amazon AWS
No answers on this topic
Microsoft
I was part of the migration of classic SharePoint workflows and Nintex workflows. We didn't spend much time learning the new platform because of its user-friendly interface and intuitive drag-and-drop functionality. We have mostly O365 E1 and E3 licensed users, so they can participate in our Citizen Development program and utilize Power Automate to build day-to-day business processes.
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
Microsoft
I have many years of experience with Nintex applications and it stands up very well against Microsoft Power Automate. I hope Microsoft Power Automate can become the better workflow application. With the Integrated AI builder and continuous updates I expect they can become the better one in a few years.
Read full review
Contract Terms and Pricing Model
Amazon AWS
No answers on this topic
Microsoft
I have not done any participations
Read full review
Professional Services
Amazon AWS
No answers on this topic
Microsoft
Microsoft's professional services provide hands-on support throughout the implementation lifecycle of Power Automate.This includes initial setup, configuration, integration with existing systems, testing, and deployment. They ensure that workflows are correctly designed, optimized for performance, and aligned with security best practices.
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
Microsoft
  • It has encouraged everyday users to get a feel for low code no code without the detailed technical programmings skills
  • This has encouraged the use of Power Automate to replace what was once an excel filled with complex macros and VBA!
  • It has significantly saved time for someone like myself from chasing people for information and now I can create an auto alert using PA
Read full review
ScreenShots

Microsoft Power Automate Screenshots

Screenshot of Microsoft Power Automate (Interface Screenshot) - Work Queues, Initial pageScreenshot of Microsoft Power Automate (Interface Screenshot) - Signed-in web portal home pageScreenshot of Microsoft Power Automate (Interface Screenshot) - Signed-in web portal create pageScreenshot of Microsoft Power Automate (Interface Screenshot) - Desktop designerScreenshot of Microsoft Power Automate (Interface Screenshot) - Hosted RPAScreenshot of Microsoft Power Automate (Interface Screenshot) - Display of DLP violations (on Run)