AWS Lambda vs. Microsoft Power Automate

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
AWS Lambda
Score 8.8 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.3 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
Top Pros
Top Cons
Best Alternatives
AWS LambdaMicrosoft Power Automate
Small Businesses
IBM Cloud Functions
IBM Cloud Functions
Score 8.1 out of 10
Creatio
Creatio
Score 9.1 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 8.6 out of 10
Quickbase
Quickbase
Score 9.2 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 8.6 out of 10
Quickbase
Quickbase
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
AWS LambdaMicrosoft Power Automate
Likelihood to Recommend
8.8
(45 ratings)
8.6
(71 ratings)
Likelihood to Renew
-
(0 ratings)
10.0
(2 ratings)
Usability
9.0
(13 ratings)
9.0
(6 ratings)
Support Rating
8.7
(20 ratings)
7.3
(11 ratings)
In-Person Training
-
(0 ratings)
9.0
(1 ratings)
Online Training
-
(0 ratings)
8.0
(1 ratings)
Implementation Rating
-
(0 ratings)
8.8
(26 ratings)
User Testimonials
AWS LambdaMicrosoft Power Automate
Likelihood to Recommend
Amazon AWS
[AWS Lambda] is very well suited for the projects that doesn't have any infra but needs it where short running processes are required. But if your application need to run continuously than this might not be the very apt tool for you.
Read full review
Microsoft
Microsoft Power Automate is the best tool to extend Microsoft services you already use. Hands down. Prototyping workflows is very easy in Microsoft Power Automate. It's also the best choice for sending custom cards through Teams and email. It's the easiest way to get data from Microsoft Graph.
Read full review
Pros
Amazon AWS
  • Lambda provides multiple methods for triggering functions, this includes AWS resources and services and external triggers like APIs and CLI calls.
  • The compute provided my Lambda is largely hands off for operations teams. Once the function is deployed, the management overhead is minimal since there are no servers to maintain.
  • Lambda's pricing can be very cost effective given that users are only charged for the time the function runs and associated costs like network or storage if those are used. A function that executes quickly and is not called often can cost next to nothing.
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
  • Putting a significant portion of your codebase into AWS Lambda and taking advantage of the high level of integration with other AWS services comes with the risk of vendor lock-in.
  • While the AWS Lambda environment is "not your problem," it's also not at your disposal to extend or modify, nor does it preserve state between function executions.
  • AWS Lambda functions are subject to strict time limitations, and will be aborted if they exceed five minutes of execution time. This can be a problem for some longer-running tasks that are otherwise well-suited to serverless delivery.
Read full review
Microsoft
  • Many times it doesn't feel very "low-code" or intuitive. AI builder is helping more and more.
  • Workflows should have a longer lifespan in days, we have approval processes that take months and it's very annoying to fix if the instance is stopped.
  • Better debugging and quick fix help
Read full review
Likelihood to Renew
Amazon AWS
No answers on this topic
Microsoft
my employer is absolutely fearful of ever changing anything, ever.
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 has an intuitive interface that is easy for novices to use. It doesn't require programming knowledge, however having that experience will help troubleshoot potential issues if they do arise. There are advanced features that allow the use of "code-like" steps that will help power users get more advanced automations set up quickly.
Read full review
Support Rating
Amazon AWS
I have not needed support for AWS Lambda, since it is already using Python, which has resources all over the internet. AWS blog posts have information about how to install some libraries, which is necessary for some more complex operations, but this is available online and didn't require specific customer support for.
Read full review
Microsoft
I really have had a need to contact Win Automation support, but when I do google how to do a task, Win Automation has an extensive message board with a broad number of topics and questions answered where I could see how other people were able to solve similar problems to the ones I have.
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 had to migrate from Robocorp to Power Automate. The automation was using API and sharepoint. So it was better to use Power Automate instead of Robocorp so we did the migration. in some areas the migration was easy but creating flows and making it smaller codes was difficult. Debugging the code was tough so we took lots of time.
Read full review
Alternatives Considered
Amazon AWS
Azure Functions is another product that provides lambda functionality, but the documentation for some of Azure's products is quite hard to read. Additionally, AWS Lambda was one of the first cloud computing products on a large cloud service that implemented lambda functions, so they have had the most time to develop the product, increase the quality of service, and extend functionality to more languages. Amazon, by far, has the best service for Lambda that I know.
Read full review
Microsoft
Power Automate is a no-code/low-code solution tailored for workflow automation, data integration, and AI integration, making it an excellent choice for Microsoft-centric organizations. OutSystems, on the other hand, is a comprehensive application development platform, offering rapid app development with both low-code and traditional development options. This platform is well-suited for organizations seeking custom application development. Nintex specializes in workflow and process automation with a strong focus on SharePoint and Office 365 integration. It also includes advanced features like document generation and robotic process automation (RPA).The choice among these platforms should align with your organization's specific needs, considering factors like integration requirements and the desired level of technical expertise. In the bottomline, it's up to cost and licensing.
Read full review
Return on Investment
Amazon AWS
  • I was able to perform a lot of processing on data delivered from my website and little or no cost. This was a big plus to me.
  • Programming AWS Lambda is quite easy once you understand the time limits to the functions.
  • AWS Lambda has really good integration with the AWS S3 storage system. This a very good method of delivering data to be processed and a good place to pick it up after processing.
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)