Introducing G2.ai, the future of software buying.Try now
AWS Lambda
Save to My Lists
Claimed
Claimed

AWS Lambda Reviews & Product Details

AWS Lambda Overview

What is AWS Lambda?

AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume - there is no charge when your code is not running. With Lambda, you can run code for virtually any type of application or backend service - all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability. You can set up your code to automatically trigger from other AWS services or call it directly from any web or mobile app.

This product is included in:
AWS Lambda Details
Show LessShow More
Product Description

Run code without thinking about servers. Pay for only the compute time you consume.


Seller

Amazon Web Services (AWS)

Description

By giving customers more of what they want - low prices, vast selection, and convenience - Amazon continues to grow and evolve as a world-class e-commerce platform.

Overview Provided by:
Digital Marketing Specialist at Amazon Web Services

AWS Lambda Integrations

(5)
Integration information sourced from real user reviews.

Recent AWS Lambda Reviews

Bharat V.
BV
Bharat V.Mid-Market (51-1000 emp.)
4.5 out of 5
"Serverless Test Automation That Works: My Experience with AWS Lambda Integration"
In my current role as a QA Test Engineer at Aarete Technosoft Pvt. Ltd., we’ve integrated AWS Lambda into our automation framework to support Selen...
Nouman S.
NS
Nouman S.Mid-Market (51-1000 emp.)
5.0 out of 5
"Amazing service by AWS for serverless services"
Ability to quickly deploy without having any issues like managing servers, you can use it for multiple things like worker for SQS, its very easy to...
Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
5.0 out of 5
"Useful utility for running etls and code on cloud"
It's a useful and flexible tool to run code on cloud without setting up servers

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

12 months

Average Discount

12%

Perceived Cost

$$$$$
View More Pricing Information

AWS Lambda Media

Answer a few questions to help the AWS Lambda community
Have you used AWS Lambda before?
Yes

1,095 AWS Lambda Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
1,095 AWS Lambda Reviews
4.6 out of 5
1,095 AWS Lambda Reviews
4.6 out of 5

AWS Lambda Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Bharat V.
BV
Consultant
Hospital & Health Care
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Rating Updated ()
What do you like best about AWS Lambda?

In my current role as a QA Test Engineer at Aarete Technosoft Pvt. Ltd., we’ve integrated AWS Lambda into our automation framework to support Selenium-based UI testing. The best part about using Lambda is that it completely eliminates the need for maintaining dedicated test servers. No EC2 lifecycle, no infrastructure stress — just lightweight, serverless execution.

One major win for us was the ability to run multiple test cases in parallel by triggering separate Lambda functions for different test groups. We’ve integrated this into our Jenkins pipeline, so once a new build is deployed to the QA environment, Lambda is automatically triggered via API Gateway to start our automation suite — no manual steps, faster feedback.

We’ve also packaged headless Chromium and Selenium scripts using Lambda Layers, making test execution efficient and cost-effective without spinning up EC2 instances.

After test runs, logs and reports are uploaded to Amazon S3, and another Lambda function processes them, pushing summarized data into CloudWatch for trend analysis and monitoring. This seamless flow has helped us speed up regression cycles and gain real-time test visibility. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

While AWS Lambda has added a lot of flexibility to our Selenium automation workflows, there are a few limitations I’ve observed in our project at Aarete Technosoft Pvt. Ltd. that impact the testing experience:

1.When a function hasn’t been invoked in a while, there’s a cold start delay. This is particularly noticeable in our CI/CD pipelines where fast feedback matters. Even a few extra seconds per function adds up during regression runs.

2.Since Lambda runs are headless and non-interactive, debugging flaky UI issues becomes harder without a live browser view. We rely entirely on logs and screenshots saved to S3.

3.Lambda’s 15-minute timeout can be a challenge for long-running Selenium suites, especially if a test involves waiting for backend jobs or heavy UI flows. Review collected by and hosted on G2.com.

What problems is AWS Lambda solving and how is that benefiting you?

I work on automating the testing of enterprise-level web applications using Selenium. Earlier, we had to rely on EC2 instances or shared virtual machines to run our test suites. Managing those environments was time-consuming, and they often sat idle, leading to wasted resources and maintenance overhead.

AWS Lambda solved this by allowing us to shift to a fully serverless model. Now, we split our Selenium test suites into smaller chunks and run them in parallel using multiple Lambda functions. This has reduced our test execution time from 45 minutes to under 15 minutes, giving the development team much faster feedback after every build.

We’ve integrated Lambda directly with our Jenkins pipeline. As soon as a new build is deployed to the QA environment, Lambda is triggered automatically, launching the necessary Selenium test cases — no manual steps required, and no dependency on shared environments.

Lambda also brings scalability without setup — we no longer need extra orchestration tools to run tests in parallel. It scales up automatically and tears down when done. Review collected by and hosted on G2.com.

Shivani G.
SG
Technical Specialist- Cloud
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic Review from User Profile
What do you like best about AWS Cloud?

All services with pay as you go feature, global infrastructure, scalability & flexibility, security, more than 300 services including AI&ML all in one place, IAC code and automation, ease of implementation and good customer support. Review collected by and hosted on G2.com.

What do you dislike about AWS Cloud?

Complex pricing structure, it has costing for each and every services for if you use it for a minute or two, documentation in not very much proper in each document you have to go to another document to get more info about that. GUI changes very frequently somehow we get usedto the gui but the moment we get used to it the gui changes which make it difficult to understand the gui. support plans are costly if you want more better support for ease of implementation Review collected by and hosted on G2.com.

What problems is AWS Cloud solving and how is that benefiting you?

On-prem environment is more hard to handles with CAPEX and OPEX with cloud it is more easy to handle and can do autoscaling based on resources with ease of pay as you go method, no need to manage infrastructure, high availibilty and disaster recovery, security improvement and cost management is also easy we get each and every minute details of how much we used our services. Review collected by and hosted on G2.com.

SQ
Software Engineer
Computer Software
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: Thank You page
What do you like best about AWS Lambda?

It is a cost-efficient product that allows you to process a number of requests for free and integrate seamlessly with almost any AWS service. All of this can be achieved within 15 minutes of execution, which is more than sufficient for many scenarios. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

A slow cold start is one of the main drawbacks I dislike about Lambda. I understand it's part of the service's nature, but I'm pretty sure they can find a way to make cold starts faster. Review collected by and hosted on G2.com.

What problems is AWS Lambda solving and how is that benefiting you?

AWS Lambda solves the headache of server management by handling provisioning, scaling, and maintenance, allowing me to focus solely on code. This serverless approach offers automatic scaling and a cost-effective pay-as-you-go model. For me, this translates to increased development speed, reduced operational overhead, optimized costs by paying only for compute time, and improved application resilience, ultimately boosting my productivity and efficiency. Review collected by and hosted on G2.com.

Nouman S.
NS
Senior Software Engineer
Computer Software
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about AWS Lambda?

Ability to quickly deploy without having any issues like managing servers, you can use it for multiple things like worker for SQS, its very easy to use in multiple languages like NodeJs, Python even Java. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

Execution time is max 15 minutes, so, if you have something which will take more time to process like video you can not use it in that case. Review collected by and hosted on G2.com.

What problems is AWS Lambda solving and how is that benefiting you?

We are using it to process SQS messages, also for redirect rules on AWS cloud front. Review collected by and hosted on G2.com.

Vigynesh B.
VB
Automation Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about AWS Cloud?

You don't need to setup any software infrastructure to start building on cloud. Just create code and deploy it on AWS. Rest everything will be taken care of. AWS clouds gives you a suite of offerings that lets you choose the perfect solution for your application. Review collected by and hosted on G2.com.

What do you dislike about AWS Cloud?

There are so many things available on AWS that there is a paralysis of choice sometimes. Review collected by and hosted on G2.com.

What problems is AWS Cloud solving and how is that benefiting you?

Hosting your software service on the cloud. You don't have to look for multiple solutions to host your app. There is security, IAM, customizable cloud infrastructure, load balancing, auto-scaling and almost every other need already thought of and provisioned for on AWS Cloud. Review collected by and hosted on G2.com.

Vivekkumar P.
VP
DevOps Engineer
Computer Software
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about AWS Cloud?

AWS is the leading cloud provider in the market having the highest share. I find it easy to use their service because they have a good documentation on various services available on the platform.

So when you are developing a new feature, it's easy to refer and implement it in your product. Which makes integration very smooth. I use it daily in my job for various features that it provides.

It also has a good customer care support if we need to ask any queries Review collected by and hosted on G2.com.

What do you dislike about AWS Cloud?

It can be a little costly sometimes. It may not be very beginner friendly Review collected by and hosted on G2.com.

What problems is AWS Cloud solving and how is that benefiting you?

It is helping organization to deploy cloud solutions on scale & reach global audience Review collected by and hosted on G2.com.

DK
Senior Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic Review from User Profile
What do you like best about AWS Lambda?

Cost-effective with on-demand requests-based billing to cut down costs of an EC2 instance which runs 24/7 and even no need for maintenance required. Able to easily handle a thousand concurrent requests and scales automatically based on incoming requests. Support for the most popular programming languages stands out from the competition. Integration with other AWS services was seamless and very helpful to build a end-to-end product. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

Being stateless by design, the state cannot be maintained in most places makes it necessary to store the data either in other AWS services or any external storage. As it's a cloud-based function debugging is a bit more difficult and limited access to logs makes it more difficult. An execution timeout of 15 mins makes it hard for some long asynchronous file handling process. Review collected by and hosted on G2.com.

What problems is AWS Lambda solving and how is that benefiting you?

Some offset functions that need to be separated from the main code base and doesn't need a EC2 instance to be running all the time as the incoming requests are limited and not resource intensive. And whole the security part is taken over by AWS. Review collected by and hosted on G2.com.

Santhosh S.
SS
DevOps Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about AWS Cloud?

The first thing I like about AWS cloud is it's user friendly user interface and the documentation it offers for its users.

Being the largest cloud provider, it offers vast number of features that one can implement in their software development workflows.

The learning opportunities and contents that AWS offers is very much useful to cloud learners who begin with AWS as their first cloud platform.

Easy integration with multiple other platforms makes it easier for developers to work with in their software development process and day-to-day activities utilising AWS cloud.

Implementing a new workflow in AWS is much easier and simpler compared to the competitors.

The customer support AWS offers is really fantastic, including the basic support that it offers even with free of cost. Review collected by and hosted on G2.com.

What do you dislike about AWS Cloud?

Given that AWS cloud has plenty of features, the cost of those features really comes at higher price compared to the other cloud providers such as Azure and GCP. Review collected by and hosted on G2.com.

What problems is AWS Cloud solving and how is that benefiting you?

AWS solves the need for a data center for hosting and deploying our applications.

As a startup, it was much easier for us to implement new resources in AWS and reduced the time required to launch our product in the market.

It offers multiple services which are readily available in AWS with much less configuration changes needed.

It helps us save costs and focus on building the business instead of managing the data center and its servers. Review collected by and hosted on G2.com.

Hemanth D.
HD
DevOps Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about AWS Lambda?

Awesome service if you are looking for some quick quirks!! I would recommend highly if you are looking for running serverless applications which can also integrates with many AWS services like S3, DynamoDB, API gateway etc. The best thing about this service is automating things with ease and you pay only for the compute time you use. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

Only disadvantage over this many advantages.. Need to perform some work around as the execution time is quite long (15 minutes). Debugging might be tricky some times as the logs are stored directly in CloudWatch and sometimes its quite difficult to debug. Review collected by and hosted on G2.com.

What problems is AWS Lambda solving and how is that benefiting you?

Firstly It eliminates the configuration of infrastructure as it is ideal for serverless apps. Simply uploading the code solves the rest. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about AWS Cloud?

I've been using AWS for over 12 years, and it’s no exaggeration to say it helped shape my career. I've built products on AWS that have impacted industries and people, and the platform has never let me down. The breadth, reliability, and depth of services have made it possible to move fast, scale confidently, and bring big ideas to life.

What’s equally impressive is that their customer-centric philosophy isn’t just talk — it’s real. Every interaction I’ve had, especially in moments of need through support, has reinforced that they genuinely care about their users. Review collected by and hosted on G2.com.

What do you dislike about AWS Cloud?

I send all of my constructive feedback to the contributors and leaders at the organization. They are easy to access and they are always ready to listen. Review collected by and hosted on G2.com.

What problems is AWS Cloud solving and how is that benefiting you?

AWS solves the problem of building, scaling, and running complex infrastructure by making it fast, reliable, and accessible — which has let me focus on creating impactful products without being bogged down by operational overhead. Review collected by and hosted on G2.com.