Introducing G2.ai, the future of software buying.Try now

AWS Lambda Reviews & Product Details

Profile Status

This profile is currently managed by AWS Lambda but has limited features.

Are you part of the AWS Lambda team? Upgrade your plan to enhance your branding and engage with visitors to your profile!

Value at a Glance

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

10 months

Product Avatar Image

Have you used AWS Lambda before?

Answer a few questions to help the AWS Lambda community

AWS Lambda Reviews (969)

View 2 Video Reviews
Reviews

AWS Lambda Reviews (970)

View 2 Video Reviews
4.6
970 reviews

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Chandan D.
CD
Staff Software Development Engineer Test
Information Technology and Services
Enterprise (> 1000 emp.)
"Zero Server Management and Seamless Auto-Scaling with AWS Lambda"
What do you like best about AWS Lambda?

The best part of AWS Lambda is that there’s essentially zero server management. Not having to patch OS versions or manage clusters lets our engineering team focus fully on writing and improving code instead of dealing with infrastructure overhead. The event-driven model also feels seamless—triggering functions from S3 uploads, DynamoDB changes, or API Gateway requests simply works as expected. On top of that, the scaling is impressive: whether we see 10 requests or 10,000, Lambda handles the concurrency without us needing to tweak a single scaling policy. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

The “Cold Start” issue is still a factor, particularly for functions written in Java or .NET, and it can add slight latency when requests are infrequent. In addition, the 15-minute execution limit means it isn’t a great fit for long-running or heavy data-processing tasks. With these constraints in mind, you really have to be intentional about how you design and architect your workflows so everything stays within the guardrails. Review collected by and hosted on G2.com.

Gagan G.
GG
Application Developer
Mid-Market (51-1000 emp.)
"Effortless Scaling and Cost Savings with AWS Lambda"
What do you like best about AWS Lambda?

AWS Lambda's serverless scaling handled our 10k req/sec spikes perfectly, cutting costs 60% vs. EC2. Quick Python setup, seamless DynamoDB integration. Cold starts fixed with concurrency; minor timeout limits.​

Pros: Auto-scale, pay-per-use.

Cons: VPC latency.

Highly recommend! Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

AWS Lambda has notable limitations like cold starts that delay initial function invocations. The 15-minute execution timeout restricts longer-running tasks.

Main Drawbacks

Monitoring can feel fragmented without third-party tools, complicating debugging in complex apps. VPC integration adds latency and setup overhead.

Vendor Lock-in

Heavy reliance on AWS services reduces portability to other clouds. Deployment package size limits (250 MB unzipped) hinder large dependencies. Review collected by and hosted on G2.com.

Manil G.
MG
Software engineer
Mid-Market (51-1000 emp.)
"Effortless Serverless Computing with Seamless AWS Integration"
What do you like best about AWS Lambda?

AWS Lambda is easy to use and simple to implement, especially for event-driven workflows. It integrates seamlessly with other AWS services, which makes building automation and serverless APIs very smooth. We use it frequently for scheduled jobs and lightweight backend tasks. The feature set is strong, with support for layers, versioning, and multiple runtime options. Customer support is decent, backed by solid documentation, although response times can vary. Overall, Lambda is a reliable and efficient serverless compute option. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

Cold starts can be frustrating at times, and debugging or monitoring distributed serverless functions is harder compared to traditional applications. Review collected by and hosted on G2.com.

Pavan kumar S.
PS
Cloud Engineer
Small-Business (50 or fewer emp.)
"Effortless Automation and Easy Integration with AWS Lambda"
What do you like best about AWS Lambda?

1. A serverless service, which can be used for automating the work. ex: volume backup, scheduling the stopping of unused servers

2. Implementation is easy; creating the function is very easy. and it lets u run code according to your coding language

3. As a user, we do not need to maintain; by default, AWS will manage.

4. Triggers can be added for the invocation of other services, such as s3, and event driven process

5. it reduces the human efforts for getting the reports from databases as well.

6. one function can be used for many types of work. Support for lambda is quick Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

There are limitations that lambda can only execute for 15 min, if there is any function that needs to operate above 15 min then lambda is not suitable service. also the memory , disck space are limited only, thes which makes few operations tough Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Enterprise (> 1000 emp.)
"Efficient serverless compute with seamless AWS integration"
What do you like best about AWS Lambda?

AWS Lambda makes it easy to run code without managing servers, which significantly reduces operational overhead. Implementation is fast, especially when integrated with other AWS services like API Gateway, S3, and DynamoDB. It scales automatically, supports frequent use for event-driven workloads, and offers a strong set of features for building modern, serverless applications. The pay-per-use pricing model is efficient, and AWS documentation and support are reliable. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

Debugging and monitoring can be challenging compared to traditional server-based applications, especially for complex workflows. Cold start latency can impact performance for certain use cases, and local development and testing are not always straightforward. While integration within AWS is excellent, portability outside the AWS ecosystem is limited. Review collected by and hosted on G2.com.

anand p.
AP
Sr. Engineering Manager
Information Technology and Services
Enterprise (> 1000 emp.)
"Effortless Scaling and Cost Savings with AWS Lambda"
What do you like best about AWS Lambda?

I love that I don’t have to worry about servers at all. I just write my code, upload it, and AWS runs it for me whenever it’s needed. It scales automatically if 1 person uses my app or 10,000 persons Lambda handles it without me doing anything extra. Plus, I only pay when the code actually runs, so it’s often cheaper than keeping a server running all the time. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

Sometimes there is a small delay the first time a function runs, which can be an issue for real-time apps. Also, you can’t control the underlying server or install custom system-level software Lambda works best when your code fits neatly into its model.

And debugging or monitoring can be trickier than a regular server, though tools like CloudWatch help. Review collected by and hosted on G2.com.

Tony P.
TP
IT Specialist
Mid-Market (51-1000 emp.)
"Great Free Coding Tool with Easy Uploads, but need Paid if you want to upgrade your Project"
What do you like best about AWS Lambda?

Code is completely free and I have trial it with not require upgrade, it can be start, everytime, I can try to upload code with ZIP and image, it like AI and it will be complete code.

AWS Lambda shines with its ability to run code without provisioning or managing servers, making deployment incredibly fast and efficient. It automatically scales based on demand, so you only pay for what you use—down to the millisecond. Plus, its seamless integration with other AWS services like S3, DynamoDB, and API Gateway makes building complex applications surprisingly smooth. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

AWS Lambda can become expensive at scale, especially when functions are invoked frequently or run for extended durations. The cost model—based on number of requests and execution time—can be hard to predict, making budgeting tricky for complex applications. Additionally, integrating Lambda with other AWS services may incur extra charges, increasing the overall product cost beyond just the function itself. Review collected by and hosted on G2.com.

Yash P.
YP
Software engineer
Small-Business (50 or fewer emp.)
"Effortless Serverless Computing with Seamless AWS Integration"
What do you like best about AWS Lambda?

What I value most about AWS Lambda is its serverless compute model, as it entirely removes the need to provision, manage, or scale servers. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

A major drawback is the potential for "cold starts," which may lead to noticeable latency when a function hasn't been invoked for a while. Review collected by and hosted on G2.com.

HJ
Assistant Manager
Enterprise (> 1000 emp.)
"Streamlines Backend Logic with Minimal Overhead"
What do you like best about AWS Lambda?

I like AWS Lambda for its serverless, event-driven model that allows me to focus purely on code without worrying about infrastructure. It significantly reduces operational overhead and helps deliver features faster. AWS Lambda automatically scales based on demand, which is especially valuable for unpredictable or bursty workloads. I also appreciate that it lowers costs by charging only for execution time. The initial setup of AWS Lambda was generally straightforward, and this simplicity is another positive aspect. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

Cold start latency can be an issue for infrequently used functions. Debugging and troubleshooting can also be challenging compared to traditional servers. Review collected by and hosted on G2.com.

Chirag B.
CB
Associate Manager
Mid-Market (51-1000 emp.)
"Effortless Deployment and Integration for Serverless Applications"
What do you like best about AWS Lambda?

You can simply write your code and deploy it, as testing is straightforward. It's easy to connect to any runtime, and you can even trigger Lambda functions using SNS and EventBridge rules without much hassle. There's no need to manage a server—just attach an API Gateway, and you're set. Review collected by and hosted on G2.com.

What do you dislike about AWS Lambda?

What I dislike most is the cold start issue. In many of our applications, it leads to slow performance and occasionally causes errors when there are concurrent invocations. Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

10 months

Average Discount

12%

AWS Lambda Comparisons
Product Avatar Image
AWS Beanstalk
Compare Now
Product Avatar Image
Kubernetes
Compare Now
Product Avatar Image
Google App Engine
Compare Now
AWS Lambda Features
Application Deployment
Development Tools
Development Environment
Database Management
Analytics
Auto Scaling
Networking
Virtual Machines
Security
Product Avatar Image
AWS Lambda
View Alternatives