---
title: AWS Lambda Reviews
meta_title: 'AWS Lambda Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 1052 reviews by the users' company size, role or industry
  to find out how AWS Lambda works for a business like yours.
aggregate_rating:
  rating_value: 4.6
  review_count: 1052
  scale: '5'
date_modified: '2026-08-13'
parent_category:
  name: Development
  url: https://www.g2.com/categories/development
---


# AWS Lambda Reviews
**Vendor:** Amazon Web Services (AWS)  
**Category:** [Cloud Platform as a Service (PaaS) Software](https://www.g2.com/categories/cloud-platform-as-a-service-paas)  
**Average Rating:** 4.6/5.0  
**Total Reviews:** 1,052
## About 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.



## AWS Lambda Pros & Cons
**What users like:**

- Users value the **ease of use** of AWS Lambda, facilitating quick setup and management of serverless functions. (47 reviews)
- Users value the **automatic scaling** of AWS Lambda, enabling efficient management of workload demands without server hassles. (35 reviews)
- Users appreciate the **cost-effectiveness** of AWS Lambda, benefiting from pay-per-use pricing and efficient resource management. (27 reviews)
- Users appreciate the **serverless compute solution** of AWS Lambda, enabling scalable applications without infrastructure concerns. (23 reviews)
- Users value the **seamless integrations** of AWS Lambda with other AWS services, enhancing development and deployment efficiency. (22 reviews)
- Easy Setup (19 reviews)
- Automation (13 reviews)
- Deployment Ease (10 reviews)
- Reliability (10 reviews)
- Implementation Ease (9 reviews)

**What users dislike:**

- Users find **resource limitations** with AWS Lambda, as it suits only small datasets and has memory constraints. (36 reviews)
- Users find **difficult debugging** in AWS Lambda challenging, especially due to its abstracted environment and reliance on logs. (17 reviews)
- Users experience **slow performance** due to cold starts, leading to noticeable latency in AWS Lambda functions. (13 reviews)
- Users experience **lagging performance** with AWS Lambda due to slow initialization and execution time limits affecting efficiency. (10 reviews)
- Users find AWS Lambda **expensive** , especially when considering extra costs from third-party tools and added architectural complexity. (9 reviews)
- Users face **execution time limits** and cold start issues with AWS Lambda, complicating tasks and workflows for heavy operations. (7 reviews)
- Users note that **complexity in configuration and dependency on external services** can hinder effective use of AWS Lambda. (5 reviews)
- Missing Features (3 reviews)
- Scaling Issues (3 reviews)
- Cost Transparency (2 reviews)

## AWS Lambda Reviews
  ### 1. Serverless Compute with pay as you use.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Dwarkesh B. | System Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** June 22, 2023

**What do you like best about AWS Lambda?**

Aws lambda is a game changer for deploying code without tension of managing and maintaining servers. Being able to write code in our desirable language and push it live whereas aws will handle all the difficult part like scaling , concurrency, patching of new os , security updates. This makes lambda functions perfect light weight compute options where one requires micro services integrated with native aws services like s3, dynamodb and much more.

**What do you dislike about AWS Lambda?**

Debugging lambda functions can be tricky, particularly when they are part of larger , complex code architecture. Another downside is cold starts, languages like Java would get visible amount cold start if not ran frequently. Furthermore a lambda function can run for maximum of 15 minutes, do if a task requires heavy and long processing it is not sufficient to complete the task. Also the management of packages is quite tiresome there should be managed repository where one can fetch and use any packages.

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

Aws lambda lets me focus solely on building code and business logic without worrying about the difficult tasks such as deploying the code to servers,, handling scaling of servers which is managed by aws. Lambda is used majorly for decoupling the application by integrating it with SQS and SNS. It is an excellent fit for event driven solution where it can be triggered on any new events in aws native services like s3 object changes, dynamodb row changes and much more.

  ### 2. True Zero-Administration Serverless Model That Lets Us Focus on Coding

**Rating:** 4.0/5.0 stars

**Reviewed by:** Muhammad Awais  A. | Sr ICT Engineer, Information Technology and Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 24, 2026

**What do you like best about AWS Lambda?**

It’s truly a zero-administration, serverless model, so there’s no need to manage hardware or worry about patching the operating system. It allows me and my team to focus 100% on writing code instead of spending time on server maintenance and ongoing upkeep.

**What do you dislike about AWS Lambda?**

Debugging and observability: When you’re debugging but don’t have access to the underlying server, you can’t SSH in to see what’s wrong, which makes troubleshooting much harder.

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

Traditionally, a small script to monitor a network or check a license required a dedicated server or VM, which then needed OS patching, security hardening, and ongoing monitoring. With Lambda, I can deploy code to handle a specific task without managing the underlying infrastructure. This removes the overhead of maintaining utility servers, and lets me run automation scripts for infrastructure without the burden of patching and maintaining a Linux box just to host a single Python script.

  ### 3. Zero Server Management and Seamless Auto-Scaling with AWS Lambda

**Rating:** 4.5/5.0 stars

**Reviewed by:** Chandan D. | Staff Software Development Engineer Test, Information Technology and Services, Enterprise (> 1000 emp.)

**Reviewed Date:** January 14, 2026

**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.

**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.

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

AWS Lambda has helped us solve our infrastructure cost problem. Before, we were paying for EC2 instances that sat idle for about 60% of the day. After moving to a pay-as-you-go model, we now pay only for the exact milliseconds our code is running, which has reduced our compute costs by nearly 40%. It has also improved our “Time to Market,” since we can deploy microservices in minutes without having to coordinate with an Ops team.

  ### 4. AWS Lambda: Effortless Serverless Scaling and Seamless AWS Integrations

**Rating:** 5.0/5.0 stars

**Reviewed by:** Shahzaib R. | Associate DevOps Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 02, 2026

**What do you like best about AWS Lambda?**

AWS Lambda makes it easy to run code without managing servers. I like how it automatically scales based on demand and only charges for actual execution time, which helps reduce infrastructure cost. It integrates very well with other AWS services like API Gateway, S3, SQS, and DynamoDB, making it simple to build event-driven architectures. Deployment is fast, and for microservices or background jobs it saves a lot of operational overhead compared to managing EC2 instances.

**What do you dislike about AWS Lambda?**

Cold starts can sometimes impact performance, especially for VPC-based or larger functions.

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

AWS Lambda removes the need to provision, manage, and scale servers for running application logic. Instead of maintaining EC2 instances, patching OS, and handling auto-scaling, Lambda lets us focus only on writing code. It’s especially useful for handling event-driven workloads like API backends, file processing from S3, background jobs, and integrations between services.

  ### 5. Effortless Scaling and Cost Savings with AWS Lambda

**Rating:** 5.0/5.0 stars

**Reviewed by:** Gagan G. | Senior Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 15, 2025

**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!

**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.

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

AWS Lambda solves serverless compute challenges by eliminating server provisioning, management, and scaling needs.​

Core Problems Addressed
It handles infrastructure overhead, allowing focus on code for faster development cycles. Automatic scaling manages traffic spikes without manual intervention.​

Key Benefits
Pay-per-use pricing cuts costs for idle time, while built-in high availability boosts reliability. This accelerates innovation and reduces operational burden.​

  ### 6. Cost-Effective Serverless Execution with AWS Lambda

**Rating:** 4.5/5.0 stars

**Reviewed by:** Subrajit B. | Deputy Manager, Information Technology and Services, Enterprise (> 1000 emp.)

**Reviewed Date:** February 11, 2026

**What do you like best about AWS Lambda?**

I like most about the AWS lambda is .

1. It'server less execution means no need to provision or manage server .
2.This functions  run only on when triggered(s3upload,API gateway request) .
3. cost effective , we need to pay only for the compute time.

**What do you dislike about AWS Lambda?**

Dislike about AWS Lambda are
1. Slow start, functions are takes extra time during initialization .
2.Long time execution limits .
3.Complex in debugging the functions .

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

Main problems it solves .
1.Server management overhead : no patching ,provisioning, scaling tension because of lambda function .
2.It resolves the scalability challenges on more load it scale sit self .
3.Cost efficiency - we need to pay only for it's computation .

  ### 7. AWS Lambda Takes the Operational Heavy Lifting Off Your Plate

**Rating:** 5.0/5.0 stars

**Reviewed by:** Himanshi M. | Team lead software engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 02, 2026

**What do you like best about AWS Lambda?**

AWS handles all the operational heavy lifting, including provisioning, patching, OS maintenance, and capacity management.You are only charged for the actual time your code executes, billed in 100-millisecond increments.Lambda functions are easily triggered by a wide variety of events from over 200 other AWS services.Lambda runs your code on a highly available compute infrastructure and manages fault tolerance across multiple Availability Zones, ensuring high resilience without extra effort.This allows developers to focus entirely on writing application logic.

**What do you dislike about AWS Lambda?**

Functions have a maximum execution time of 15 minutes, limiting their use for heavy, long-running batch jobs.Because code runs in a managed, ephemeral environment, attaching debuggers is impossible. Local testing is difficult to mirror properly.Leveraging framework tools (e.g., SAM, Serverless Framework) helps manage configuration and deployment, though it doesn't solve the core debugging issues.Unlike a persistent server, Lambda creates a new environment for concurrent requests.

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

Lambda scales horizontally in response to incoming events. Whether you have one request or thousands per second, the service creates new execution environments to handle the load instantly without manual configuration.Unlike traditional servers (EC2) where you pay for uptime regardless of usage, Lambda bills only for actual execution time rounded to the nearest millisecond.Triggering a welcome email whenever a new user is added to a database.Replacing traditional cron jobs with scheduled serverless functions for automated backups or reports.

  ### 8. Effortless Serverless Computing with AWS Lambda

**Rating:** 4.5/5.0 stars

**Reviewed by:** PRANSHU R. | Associate Software Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** January 29, 2026

**What do you like best about AWS Lambda?**

I love that AWS Lambda lets us run our code without managing servers, making it an ideal choice for creating serverless services. Being a full-stack developer, it helps me build scalable backends and automate database queries efficiently. The ability to pay only for what I use is fantastic as it reduces costs and means I am only charged when my code is running. This 'pay as you use' model is preferred because it saves time on backend maintenance and lets us focus resources on more important tasks. The ease of integrating AWS Lambda with other services like S3 and API Gateway is a big plus for me. Additionally, setting it up was quite easy, thanks to the ample technical documents and videos available for learning.

**What do you dislike about AWS Lambda?**

We can't use some other services alongside AWS Lambda like Azure or Google Cloud in a seamless way. The cold start takes a while to initialize.

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

I use AWS Lambda to create a serverless service, running code without server management. It helps build scalable backends, automates database queries, and processes data. Its pay-as-you-use model cuts costs, and fast deployment saves time, allowing integration with services like S3 or API Gateway.

  ### 9. Effortless Automation and Easy Integration with AWS Lambda

**Rating:** 5.0/5.0 stars

**Reviewed by:** Pavan kumar S. | Cloud Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 06, 2025

**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

**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

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

volume back up, volume deletion which are more than 90days, and we can stop/terminate the un used servers, notification purpose
fualt tollerance, alerting the consultunts on production issues. Theese benifty me in day to day life and reduce human effort to check each and every minute.

  ### 10. Efficient serverless compute with seamless AWS integration

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Enterprise (> 1000 emp.)

**Reviewed Date:** January 16, 2026

**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.

**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.

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

AWS Lambda solves the problem of managing and scaling infrastructure for lightweight and event-driven workloads. It enables faster development cycles, reduces infrastructure costs, and allows teams to focus on business logic instead of server management. This results in quicker deployments, improved scalability, and better resource efficiency.

  ### 11. AWS Lambda: Easy to Use, Feature-Rich, and Simple to Integrate

**Rating:** 5.0/5.0 stars

**Reviewed by:** Jonathan Miguel C. | Senior Software Developer, Logistics and Supply Chain, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 20, 2026

**What do you like best about AWS Lambda?**

AWS Lambda is easy to use and straightforward to implement. It also offers a lot of features and is easy to integrate with other services.

**What do you dislike about AWS Lambda?**

Lambda functions are stateless by design, so they require external services for state management. Also, if a function hasn’t been used for a long time, it may experience a cold start.

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

AWS Lambda solves multiple problems around infrastructure management because AWS handles all the underlying infrastructure for you. It also helps with integrations by connecting natively with other AWS services, which makes it easier to build complex, event-driven architectures.

  ### 12. Effortless Scaling and Cost Savings with AWS Lambda

**Rating:** 5.0/5.0 stars

**Reviewed by:** anand p. | Sr. Engineering Manager, Information Technology and Services, Enterprise (> 1000 emp.)

**Reviewed Date:** January 06, 2026

**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.

**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.

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

Lambda solves the problem of managing and scaling servers. Instead of spending time setting up, patching, or monitoring machines, I can focus on writing code that adds real value to the product. It’s great for tasks like processing files when they’re uploaded, handling web requests or running scheduled jobs.

  ### 13. Serverless + AWS: Smooth Triggers, Effortless Deployment, and Reliable Autopayments

**Rating:** 5.0/5.0 stars

**Reviewed by:** Javier C. | Full Stack developer, Education Management, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 06, 2026

**What do you like best about AWS Lambda?**

The serverless works perfectly with AWS. I use a lot of triggers, and they work perfectly with my code. You can focus on code and deployment without worrying about handling the rest of the code. My experience with payment has been good, with the run code of autopayment.

**What do you dislike about AWS Lambda?**

When you use it a lot,it need time to start again and repsonse times also become slower

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

handling APIs easier and making Amazon S3 efficient to run the triggers and make the job schedules, building microservices, also is easier to use, highly perfomance on the cost and efficient

  ### 14. AWS Lambda removes the headache of managing servers.

**Rating:** 5.0/5.0 stars

**Reviewed by:** shanavaz a. | Cloud Engineer, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** January 22, 2026

**What do you like best about AWS Lambda?**

I like AWS Lambda because it runs code without managing servers scales automatically  and you only pay when it runs. It also works smoothly with others AWS services, making development faster and easier.implementation is easy.i have use lambda in my most of use case.

**What do you dislike about AWS Lambda?**

The debugging and monitoring can be harder compared to traditional servers and limited execution time.

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

I wanted to share some insights about AWS Lambda, as I believe it could significantly impact our development workflow. AWS Lambda removes the headache of managing servers and eliminates the worries associated with scaling. By utilizing it we could save time and reduce costs.

  ### 15. Great Free Coding Tool with Easy Uploads, but need Paid if you want to upgrade your Project

**Rating:** 3.5/5.0 stars

**Reviewed by:** Tony P. | IT Specialist, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 14, 2025

**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.

**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.

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

AWS Lambda solves the problem of server management by allowing developers to run code without provisioning or maintaining infrastructure. It eliminates the need to worry about scaling, as Lambda automatically adjusts to handle any number of requests. This serverless model reduces operational overhead and speeds up deployment, making development more agile. By charging only for actual compute time, it helps optimize costs, especially for applications with variable workloads. Overall, Lambda empowers developers to focus on writing code and building features rather than managing servers.

  ### 16. Effortless Serverless Computing with Seamless AWS Integration

**Rating:** 4.5/5.0 stars

**Reviewed by:** Yash P. | Software engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 01, 2025

**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.

**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.

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

AWS Lambda effectively tackles key issues found in traditional cloud computing, including the need for server management, manual scaling, and dealing with fixed infrastructure expenses. With its pay-per-use approach and automatic, real-time scaling, it greatly reduces operational overhead and helps avoid wasting money on idle resources. As a result, development teams can focus their efforts entirely on creating business logic instead of handling infrastructure concerns.

  ### 17. True Serverless Power: Faster Development with Seamless AWS Integrations

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer & Network Security | Small-Business (50 or fewer emp.)

**Reviewed Date:** February 24, 2026

**What do you like best about AWS Lambda?**

What I like best about AWS Lambda is its true serverless nature, which removes the need to provision, manage, or scale servers. It allows me to focus entirely on writing business logic while AWS automatically handles infrastructure, availability, and scaling. Lambda integrates seamlessly with other AWS services such as S3, API Gateway, DynamoDB, and EventBridge, making it easy to build event-driven architectures. I also appreciate the pay-per-use pricing model, which optimizes costs by charging only for execution time. Overall, AWS Lambda significantly improves development speed, scalability, and operational efficiency.

**What do you dislike about AWS Lambda?**

One of the main drawbacks of AWS Lambda is cold start latency, especially for functions running in VPCs or using larger runtimes, which can impact performance for latency-sensitive applications. Debugging and local testing can also be more challenging compared to traditional server-based environments. Additionally, Lambda has execution time limits and resource constraints, which may not be suitable for long-running or compute-intensive workloads. Managing complex dependencies and monitoring distributed functions across large architectures can also add operational complexity.

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

AWS Lambda solves the problem of server provisioning, scaling, and ongoing infrastructure management by providing a fully managed serverless compute service. This eliminates the operational overhead of maintaining servers and capacity planning. For me, this translates into faster development cycles, since I can deploy code quickly without worrying about infrastructure setup. Lambda also automatically scales with demand, ensuring consistent performance during traffic spikes. Additionally, the pay-as-you-go pricing model helps reduce costs by charging only for actual execution time, which is especially beneficial for event-driven and intermittent workloads.

  ### 18. Streamlines Backend Logic with Minimal Overhead

**Rating:** 4.5/5.0 stars

**Reviewed by:** Himanshu J. | Assistant Manager, Enterprise (> 1000 emp.)

**Reviewed Date:** December 13, 2025

**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.

**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.

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

I use AWS Lambda to eliminate the need to manage servers, reduce infrastructure overhead, and automate scaling based on demand. It lowers costs by charging only for execution time and lets me focus on code, improving scalability and speeding up feature delivery.

  ### 19. Run Code Fast Without Spinning Up EC2—Lambda Makes It Easy

**Rating:** 4.5/5.0 stars

**Reviewed by:** Camilo M. | Sysadmin, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 19, 2026

**What do you like best about AWS Lambda?**

What I like most about Lambda is how quickly I can run my code without needing to spin up EC2 instances.

**What do you dislike about AWS Lambda?**

For someone like me who’s still learning, the setup isn’t the most intuitive at first, but overall I think it’s a great, affordable option.

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

Using their serverless services helped us cut costs significantly compared with setting up and managing services like EC2.

  ### 20. Effortless Deployment and Integration for Serverless Applications

**Rating:** 5.0/5.0 stars

**Reviewed by:** Chirag B. | Associate Manager, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 26, 2025

**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.

**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.

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

There is no need to manage a server, and it is easy to deploy custom code in any runtime. This has been helpful for my workflow jobs.

  ### 21. Streamlined Serverless Deployment, Cost-Effective & Scalable

**Rating:** 5.0/5.0 stars

**Reviewed by:** Diptesh J. | Co-Founder, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 20, 2026

**What do you like best about AWS Lambda?**

I like AWS Lambda for its serverless capability and the fact that it's easy to maintain. It's great that we don't have to worry about the server when there's a large volume on the application. Using AWS Lambda helps us scale as per demand or load on the application, which is beneficial in reducing pricing.

**What do you dislike about AWS Lambda?**

They can improve their UI for ease.

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

I use AWS Lambda for my serverless application, allowing it to scale with demand and reduce costs. It's serverless, so I don't need to worry about managing servers during high traffic.

  ### 22. Streamlined Development with AWS Lambda

**Rating:** 5.0/5.0 stars

**Reviewed by:** Jyoti V. | Software developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** September 30, 2025

**What do you like best about AWS Lambda?**

I’ve been using AWS Lambda for some time, and what I appreciate most is not having to deal with server management. It simply works, scaling automatically when necessary, and I only pay for the actual runtime of my code. Setting up triggers from S3 or DynamoDB is extremely convenient and saves a significant amount of deployment time. Honestly, it makes developing small applications or microservices much easier, as I can concentrate on writing code rather than handling infrastructure.

**What do you dislike about AWS Lambda?**

Lambda has a maximum timeout of 15 minutes, which makes it unsuitable for long-running tasks.

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

AWS Lambda solves the problem of server management and infrastructure scaling. I don’t have to worry about provisioning servers, handling updates, or monitoring capacity—Lambda automatically scales my code in response to demand. This saves a lot of time and effort, especially for small applications or microservices. It also reduces costs since I only pay for the compute time my code actually uses. Overall, it lets me focus entirely on writing and deploying code without worrying about the underlying infrastructure.

  ### 23. AWS Lambda: Serverless Power Unleashed

**Rating:** 5.0/5.0 stars

**Reviewed by:** Sivasankaran P. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** September 30, 2025

**What do you like best about AWS Lambda?**

What I like best about AWS Lambda is how it simplifies development by removing the need to manage servers—just write the function, set the trigger, and it runs when needed. It’s incredibly easy to implement and integrates smoothly with other AWS services like S3, DynamoDB, and API Gateway, which makes building complex workflows feel intuitive. The number of features available is impressive, and I find myself using it frequently for automation and event-driven tasks. Customer support has been generally helpful, especially through documentation and forums, though direct support could be more responsive at times. Overall, Lambda strikes a great balance between ease of use, powerful functionality, and scalability.

**What do you dislike about AWS Lambda?**

One thing I dislike about AWS Lambda is the cold start latency, especially when using certain runtimes or when functions aren't invoked frequently—it can slow down response times noticeably. Debugging can also be a bit tricky since the environment is abstracted and logs are the main way to trace issues. While integration with other AWS services is strong, it sometimes feels like you're locked into the AWS ecosystem, which can limit flexibility. The limits on execution time and memory can be restrictive for more complex workloads, and managing deployments across multiple environments can get cumbersome without additional tooling. Lastly, while customer support is available, getting timely, hands-on help often requires a premium support plan.

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

AWS Lambda solves several key problems that used to slow down development and increase operational overhead. First, it eliminates the need to manage servers—no provisioning, scaling, or patching—which saves me time and lets me focus purely on writing code. It also handles automatic scaling, so I don’t have to worry about traffic spikes or resource allocation. This is especially beneficial for event-driven tasks like processing S3 uploads or responding to API calls. Lambda’s pay-per-use model means I only pay when my code runs, which is cost-effective for sporadic workloads. Plus, its tight integration with other AWS services streamlines building complex applications without needing custom glue code. Overall, it’s made my development faster, more efficient, and more scalable.

  ### 24. Code That Runs When I NEED IT

**Rating:** 5.0/5.0 stars

**Reviewed by:** George G. | Programer, Financial Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 03, 2025

**What do you like best about AWS Lambda?**

AWS Lambda makes' me feel like i am writing pure logic without worrying about servers, scaling, or infrastructures. I just upload the functions, set the trigger, and it works daily with ease for automation, API endpoints and backend workflows, whether it runs once a day or a million times, the auto scaling and pay as you go model feel incredibly efficient

**What do you dislike about AWS Lambda?**

A more virtual to trace functions would help

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

It cuts out server maintenance completely for us, small scripts that used to live on VMs are now events driven, automated and cheaper to run

  ### 25. Effortless API Deployment with AWS Lambda

**Rating:** 4.5/5.0 stars

**Reviewed by:** Vinay S. | Technical Content Writer, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 13, 2025

**What do you like best about AWS Lambda?**

I love AWS Lambda for its ease of use, as it allows me to focus solely on writing and deploying my API code without the hassle of managing infrastructure. This feature is incredibly useful for streamlining development and deployment processes, eliminating the traditional need to spin up servers or virtual machines. Additionally, I appreciate the remarkable speed of AWS Lambda compared to traditional API deployments. This efficiency significantly enhances my workflow, making API delivery faster and more reliable.

**What do you dislike about AWS Lambda?**

I find the pricing for AWS Lambda somewhat high. It would be beneficial if there was a less expensive tier for lower memory usage.

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

I use AWS Lambda to deploy APIs without worrying about infrastructure, significantly simplifying the process and improving speed compared to traditional methods.

  ### 26. Serverless Simplicity: Fast, Scalable, and Cost-Efficient with AWS Lambda

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer & Network Security | Enterprise (> 1000 emp.)

**Reviewed Date:** January 14, 2026

**What do you like best about AWS Lambda?**

What I like best about AWS Lambda is its serverless simplicity. I can run code without managing servers, scale automatically based on demand, and pay only for execution time. It integrates seamlessly with AWS services, enabling faster development, reduced operational overhead, and efficient event-driven architectures.

**What do you dislike about AWS Lambda?**

What I like less about AWS Lambda, but understand positively, is the execution and runtime limitations. Cold starts, timeout limits, and debugging complexity encourage better code optimization and modular design, ultimately pushing me toward more efficient, scalable, and well-architected serverless solutions.

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

AWS Lambda solves the problem of managing and scaling servers for application logic. It benefits me by removing infrastructure overhead, enabling automatic scaling, faster deployment, and cost efficiency. I can focus on writing business logic while AWS handles availability, scaling, and fault tolerance seamlessly.

  ### 27. Serverless compute at the core of AWS

**Rating:** 4.5/5.0 stars

**Reviewed by:** Luca P. | Chief Operations Officer DEQUA Studio | Formerly CTO in MarTech, Marketing and Advertising, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 11, 2025

**What do you like best about AWS Lambda?**

AWS Lambda delivers a fully managed compute service that automatically runs code in response to events, without requiring server provisioning or ongoing maintenance.

The event driven architecture supports integrations with services like S3, DynamoDB, API Gateway, SNS, and SQS, which simplifies building complex, scalable workflows.

Multiple programming languages are supported, including Python, Node.js, Java, Go, C#, and PowerShell, with deployment options for both .zip archives and container images.

Elastic scaling is inherent; the platform adjusts capacity instantly to handle workloads ranging from a few invocations daily to thousands per second. Performance remains consistent, and availability is managed by AWS.

Environment variables, layers for shared code, and versioning streamline application configuration and deployment. Security is robust, with granular IAM controls, code signing for production compliance, and options for VPC integration and file system access where needed. 

Lambda SnapStart reduces cold start latency for Java functions, and response streaming enables efficient handling of large payloads in APIs and data processing.

**What do you dislike about AWS Lambda?**

Lambda functions are stateless by design, so persistent local state requires integration with external storage services, adding architectural complexity.

Native monitoring tools are basic, and operational visibility often needs supplementation with third party solutions.

Cost optimization requires attention to avoid unexpected charges from irregular usage patterns.

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

AWS Lambda eliminates the operational burden of server management and infrastructure scaling, allowing teams to focus on application logic. It is effective for event driven data processing, such as transforming, analyzing, or reacting to changes in data stores and streams in near real time. 

Lambda is widely used to build scalable APIs with API Gateway, handle HTTP requests at any volume, and automate routine tasks like scheduled jobs and backups.
The platform accelerates prototyping and iteration, with rapid code deployment and seamless rollback through versioning. Integration with AWS services enables resilient, composable architectures that connect cloud native applications across the ecosystem.

For infrequent or bursty workloads, cost savings are significant, as compute resources are consumed only during execution. Lambda is particularly suitable for microservices, webhooks, chatbots, IoT backends, and real time analytics where elasticity and event driven design are priorities.


✅ In summary, AWS Lambda is a foundational service for serverless application development on AWS, best suited for scenarios where elasticity, event driven architecture, and operational simplicity are more valuable than long running processes or stateful computation. While not universally applicable, it delivers tangible benefits for agile, cost aware, and scalable cloud projects.

  ### 28. Best for serverless workflows

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 02, 2025

**What do you like best about AWS Lambda?**

One of the advantages is that it supports a wide range of programming languages, making it easier to run various applications. Additionally, the cost of invoking workflows that need to be triggered is relatively low. It also offers seamless integration with several other AWS services, such as S3, EventBridge, and API Gateway.

**What do you dislike about AWS Lambda?**

For programs that require secrets, it is necessary to read parameters from SSM each time, which causes the Lambda response to be relatively slow.

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

We have integrated thousands of lambdas into our architecture to deploy services that need to be executed either in response to various triggers or through API Gateway. This approach has significantly reduced our costs for workflows that do not require continuous, 24/7 operation.

  ### 29. Efficient Serverless Functions with Simple Setup

**Rating:** 4.5/5.0 stars

**Reviewed by:** Peng H. | Senior Technical Product Consultant, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 17, 2025

**What do you like best about AWS Lambda?**

I like that AWS Lambda offers a serverless and event-driven compute model, making it easy to maintain code on the cloud. I also appreciate its automatic scalability on my platform. The initial setup is very simple compared to other tools in the market.

**What do you dislike about AWS Lambda?**

I have issues with execution limitations and durations for my batched jobs.

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

I use AWS Lambda for API implementations in healthcare IT, benefiting from a serverless, event-driven model for easier code maintenance and automatic scalability.

  ### 30. Great serverless compute services

**Rating:** 5.0/5.0 stars

**Reviewed by:** Etibar A. | Team leader, Enterprise (> 1000 emp.)

**Reviewed Date:** October 14, 2025

**What do you like best about AWS Lambda?**

This tool is perfect because it relieves the burden and makes it easier to run the code without supervision and managing services.

**What do you dislike about AWS Lambda?**

When you call a Lambda function for the first time after a while of not using it, it may take longer to run because AWS has to set up the execution environment. These delays can make the user experience less joyful for apps that need low latency.

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

It helps me deal with problems with managing servers and scaling them manually. It automatically scales to meet demand. This can speed up the process if the number of customers keeps going up.

  ### 31. Effortless Deployment, But Limited for Heavy or Long-Running Tasks

**Rating:** 5.0/5.0 stars

**Reviewed by:** Shukran A. | Data Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 20, 2025

**What do you like best about AWS Lambda?**

Users appreciate Lambda's straightforward configuration, enabling quick deployment of applications without the need to manage servers. Many reviewers highlight its intuitive interface, especially for those familiar with serverless architectures.

**What do you dislike about AWS Lambda?**

Lambda imposes restrictions on memory, storage, and payload size, which may not be suitable for large or long-running tasks. Additionally, there's a 15-minute execution time limit, which can be a constraint for certain applications.

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

AWS Lambda is a powerful tool for developers seeking a serverless computing solution that offers scalability, ease of use, and cost efficiency. It's particularly well-suited for event-driven applications, microservices, and automation tasks.

  ### 32. Exceptional serverless choice

**Rating:** 5.0/5.0 stars

**Reviewed by:** barlalria	 k. | DevOps Engineer / Consultant, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 28, 2025

**What do you like best about AWS Lambda?**

Lambda is completely serverless so I dont have to provision any infrastructure like EC2 to run my code. Lambda also supports python, which I use a lot at work. Not to mention, its extremely cheap to run.

**What do you dislike about AWS Lambda?**

You need to adjust the memory to avoid getting timeouts. If you have a huge load, it can get expensive

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

I can run all of my code serverlessly online before I deploy it to production. I can test out versions of my code

  ### 33. Effortless Serverless Computing with AWS Lambda

**Rating:** 4.0/5.0 stars

**Reviewed by:** Arun Pratap S. | React Native Developer, Information Technology and Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 13, 2025

**What do you like best about AWS Lambda?**

I really appreciate how AWS Lambda allows me to run code without the hassle of managing servers. It's quick, scales easily, and significantly reduces the time I spend on setup.

**What do you dislike about AWS Lambda?**

The cold start delays can be quite frustrating, and troubleshooting more complex functions is not always simple.

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

AWS Lambda eliminates the need to manage servers and scale infrastructure manually. Personally, this allows me to concentrate on writing code, while AWS takes care of scaling, availability, and maintenance behind the scenes. This not only saves me time but also reduces the stress of handling operational tasks.

  ### 34. Effortless Scalability and Pay-As-You-Go Serverless Computing.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Shivam S. | AI Data Annotator, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 29, 2025

**What do you like best about AWS Lambda?**

AWS Lambda is a game-changer for developers building scalable applications without worrying about infrastructure. The event-driven architecture makes it easy to run code in response to triggers from S3, API Gateway, DynamoDB, or custom events.

**What do you dislike about AWS Lambda?**

While Lambda is powerful, there are a few limitations to be aware of Cold start latency can affect user-facing performance, especially with non-Node.js/Python runtimes and the timeout limit (15 minutes) may restrict long-running jobs.

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

AWS Lambda solves the problem of managing and provisioning servers for running backend code. Traditionally, we had to maintain dedicated servers or containers running 24/7—even for tasks that only needed to run occasionally. This led to high operational costs and unnecessary infrastructure overhead.

  ### 35. Easy Deployment and Multi-Language Support, but Limited by 15-Minute Timeout

**Rating:** 4.5/5.0 stars

**Reviewed by:** Neeraj K. | Technical Lead, Enterprise (> 1000 emp.)

**Reviewed Date:** October 16, 2025

**What do you like best about AWS Lambda?**

AWS Lambda is a great service, and what I like most is its support for multiple programming languages. Deployment is also very straightforward, which makes it even more convenient to use.

**What do you dislike about AWS Lambda?**

The maximum allowed timeout is 15 minutes, which means it's only suitable for working with small datasets.

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

You can write and run some code in a serverless environment without needing to install anything. It simply allows you to code and complete your tasks without the hassle of setting up an environment.

  ### 36. Fast, Scalable, and Secure Solution for Rapid Deployment

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer & Network Security | Mid-Market (51-1000 emp.)

**Reviewed Date:** December 09, 2025

**What do you like best about AWS Lambda?**

It is the fastest to get your functionality up & running with scalability and security built-in.

**What do you dislike about AWS Lambda?**

It is not best fitted for JVM languages such as Java, Scala, and so on.

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

Implementing MVP solutions for handling huge workloads with ease.

  ### 37. Efficient Serverless Computing with Minor Performance Trade-offs

**Rating:** 5.0/5.0 stars

**Reviewed by:** Arpit T. | Senior Data Scientist, Enterprise (> 1000 emp.)

**Reviewed Date:** October 16, 2025

**What do you like best about AWS Lambda?**

It automatically scales and managers servers, which helps me focus solely on code. It's easy to use and implement quickly. Their customer support is amazing. It offers some amazing features.

**What do you dislike about AWS Lambda?**

Cold-start delays and limited execution time can affect the performance. Sometime I feel integration is a bit tricky.

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

It removes the need for server management and scaling, allowing me to deploy even-driven applications quickly and cost-effectively.

  ### 38. My professional user experience of AWS Cloud

**Rating:** 4.5/5.0 stars

**Reviewed by:** Santhosh S. | DevOps Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 08, 2024

**What do you like best about AWS Lambda?**

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.

**What do you dislike about AWS Lambda?**

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.

**What problems is AWS Lambda 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.

  ### 39. Reliable and Easy-to-Use Serverless Solution

**Rating:** 5.0/5.0 stars

**Reviewed by:** Amir S. | Tech Lead and Technical Architect, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 11, 2024

**What do you like best about AWS Lambda?**

What I like most about AWS Lambda is that it makes deploying code simple without needing to manage any servers. It scales up automatically when needed and only charges when your code is running, which helps keep costs under control. AWS Lambda also works well with other AWS services, making it really flexible for building event-driven applications.

**What do you dislike about AWS Lambda?**

One of the challenges with Lambda is the "cold start" delay, which can slow things down a bit, especially if the function hasn’t been used in a while. Additionally, there’s a timeout limit that doesn’t work well with long-running tasks, so some processes have to be redesigned to fit within those limits. Lastly, costs can add up quickly with a high volume of requests, so it’s important to monitor usage.

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

AWS Lambda eliminates the need for manual server management and scales automatically to match traffic. This saves time and reduces costs, especially for variable workloads. Its pay-per-use model and seamless integration with other AWS services enable us to quickly build and deploy applications, focusing on code instead of infrastructure.

  ### 40. Better for ServerLess API Solution

**Rating:** 4.5/5.0 stars

**Reviewed by:** Abhishek S. | Web Designer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 23, 2025

**What do you like best about AWS Lambda?**

Easy to use for ServerLess Architecture Solution

**What do you dislike about AWS Lambda?**

Maximum query run time is little bit less like 15 minutes only

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

Provide use ServerLess Architecture Solution for our product with cost optimization

  ### 41. Serverless, that how it seems but efficient and cost optimizing.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Sunil R. | Cyber Security Engineer, Security and Investigations, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 30, 2024

**What do you like best about AWS Lambda?**

I use to develop automation scripts , where they will be running behind a cron jobs. Too much setup when coming to api connectivity, security, integrity. But I had to pay for electricity bill and other running things. AWS Lambda is basically, you get charged based on how many hits it gets. Hardly, I can hardcode a simple script which doesn't need a overkill server and thinking about cost, yes, I love this. Also I use lamba for security automation purpose for remediation or notification. One more thing in monitoring is, I can write a code to format raw logs from any software and convert it into specific format. Highlight is, I get control of event based run, time based run etc which helps me reduce my cost as much I can. Documentation are clear and easy . Implementing, yes with basic aws service knowledge and use cases. Support : AWS stands for a community.  Its a day to daay job on my side. Integration part , it can be integrated with multiple services based on the scenario or business plan.

**What do you dislike about AWS Lambda?**

Nothing. It offfers me a good way to reduce my work and implementation process.

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

I have to remediate security issues when some threat is detected. So in case a leakage of PII on s3 by Macie,  I could easily create a remediation step by encrpting the data . so lamda solves my problem of encrypting, purging with help of eventbridge.

  ### 42. AWS Lambda- The Serverless Computing

**Rating:** 4.5/5.0 stars

**Reviewed by:** Siddharth Ranjan S. | Senior System Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** October 23, 2024

**What do you like best about AWS Lambda?**

The best thing about AWS Lambda is we can run/execute the code without provisioning or managing the servers and infrastuctures. It has auto scalability feature which ensures that no matter what will be the size of demand, it will still able to process and exceute it. It integrates with other AWS Services like S3, DynamoDB seamlessly. And also we need to pay only for the time it computes. It is also called Functionality as a Service.

**What do you dislike about AWS Lambda?**

One of the main limitations of AWS Lambda is the time limit imposed on the execution time of a function. It can only run for a maximum of 12-15 minutes which is not sufficient for longer tasks. Also there is a latency delay in initialization when the Lambda function is invoked for the first time after being idle.

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

The major problem AWS Lambda solving is providing compute services to the users by eliminating the need to manage the infrastructure. User doesn't need to worry about the provisioning, patching or scaling the infrastructure. We are working on a web application for a client, where the client personnel will upload the images and the web application need to resize the image for thumbnails, convert the format and add watermarks before storing it in a S3 bucket. When the user uploads the image, the AWS Lambda function will get triggered, perform the required action and store the processed image back into the S3 bucket. By implementing Lambda function, we have automated this small task and got rid of managing a server for handling image processing task.

  ### 43. creating service using lambda and make cost efficiency and managable

**Rating:** 5.0/5.0 stars

**Reviewed by:** Rezza F. | Technical Lead, Automotive, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 24, 2024

**What do you like best about AWS Lambda?**

we create some service using lambda, lambda have many support prgramming language and we using nodejs. the implementation is so easy  and above all lambda is so cheap with less than 1 million  request is still free.

**What do you dislike about AWS Lambda?**

implementation lambda for the first time is so many complicated but alfter success we can do anything using lambda

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

using lambda we no longer have to manage instances because is auto scale and using lambda is less the price using ec2/eks/ecs

  ### 44. An easy way to provide serverless services

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Marketing and Advertising | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 21, 2025

**What do you like best about AWS Lambda?**

Easy to use, integrate and implement with other services in the AWS system. We use it frequently for our development, also thanks the the number of features and tools to help developers

**What do you dislike about AWS Lambda?**

It's not always easy to find the right balance between costs and use

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

We needed an easy way to create a structure of shared micro services for our activities

  ### 45. Serveless architecture and compute functions

**Rating:** 4.0/5.0 stars

**Reviewed by:** Nidhi G. | Software Engineer, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 24, 2024

**What do you like best about AWS Lambda?**

It is very fast and easy to run a program with lambda functions.

**What do you dislike about AWS Lambda?**

It has a time limit imposed on functions for how long they can run. So, time taking functions cannot be run in lambda functions.

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

AWS Lambda has made it possible to run fucntions without constantly running a server and this has lowered the incurring costs, It has speeden up the development process.

  ### 46. Love Lambda and How it works well for us and how you can code on it!

**Rating:** 5.0/5.0 stars

**Reviewed by:** denise c. | Executive Director, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 04, 2024

**What do you like best about AWS Lambda?**

It is easy to use once you have everything set up, great for programming and to let users that aren't very tech saavy use it.

**What do you dislike about AWS Lambda?**

Lambda sent me a message that they were deleting some information and I don't like that they said it was deleted instead of a warning as to when it would be deleted.

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

I needed a code to help automate things and keep data and it did that.

  ### 47. Great productive feature

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer & Network Security | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 22, 2024

**What do you like best about AWS Lambda?**

AWS Lambda simplifies serverless development with automatic scaling, seamless AWS integration. It’s versatile, developer-friendly, and eliminates the need to manage servers.

**What do you dislike about AWS Lambda?**

AWS Lambda's main drawbacks include cold start latency, which can impact performance, and the 15-minute execution limit, restricting long-running tasks. Debugging and monitoring can also be complex without additional tools, increasing costs.

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

AWS Lambda eliminates server management, enabling scalable, event-driven applications. It reduces costs, simplifies workflows, and lets us focus on code rather than infrastructure.


## AWS Lambda Discussions
  - [What is the best way to test locally without additional frameworks like serverless, SAM or Chalice?](https://www.g2.com/discussions/what-is-the-best-way-to-test-locally-without-additional-frameworks-like-serverless-sam-or-chalice) - 1 comment, 1 upvote
  - [What is AWS Lambda used for?](https://www.g2.com/discussions/what-is-aws-lambda-used-for) - 3 comments
  - [Is AWS lambda a container?](https://www.g2.com/discussions/is-aws-lambda-a-container) - 3 comments
  - [What is AWS Lambda built on?](https://www.g2.com/discussions/what-is-aws-lambda-built-on) - 2 comments
  - [How does AWS Lambda work?](https://www.g2.com/discussions/how-does-aws-lambda-work) - 2 comments

- [View AWS Lambda pricing details and edition comparison](https://www.g2.com/products/aws-lambda/reviews?filters%5Bsentiment_snippet%5D=1529198&qs=pros-and-cons&section=pricing&secure%5Bexpires_at%5D=2026-08-13+12%3A17%3A28+-0500&secure%5Bsession_id%5D=8dbc1c31-118e-446a-aa77-55d60ddf7586&secure%5Btoken%5D=61c6dad616cfa8874c375e7f219a963218516cc270798222b9c2379761f307ca&format=llm_user)
## AWS Lambda Integrations
  - [Airtable](https://www.g2.com/products/airtable/reviews)
  - [Amazon API Gateway](https://www.g2.com/products/amazon-api-gateway/reviews)
  - [Amazon Aurora](https://www.g2.com/products/amazon-aurora/reviews)
  - [Amazon CloudWatch](https://www.g2.com/products/amazon-cloudwatch/reviews)
  - [Amazon DynamoDB](https://www.g2.com/products/amazon-web-services-aws-amazon-dynamodb/reviews)
  - [Amazon DynamoDB Accelerator (DAX)](https://www.g2.com/products/amazon-dynamodb-accelerator-dax/reviews)
  - [Amazon EC2](https://www.g2.com/products/amazon-ec2/reviews)
  - [Amazon Elastic Container Registry (ECR)](https://www.g2.com/products/amazon-elastic-container-registry-ecr/reviews)
  - [Amazon EventBridge](https://www.g2.com/products/amazon-eventbridge/reviews)
  - [Amazon Kinesis Data Streams](https://www.g2.com/products/aws-amazon-kinesis-data-streams/reviews)
  - [Amazon QuickSight](https://www.g2.com/products/amazon-quicksight/reviews)
  - [Amazon Relational Database Service (RDS)](https://www.g2.com/products/amazon-relational-database-service-rds/reviews)
  - [Amazon S3 Glacier](https://www.g2.com/products/amazon-s3-glacier/reviews)
  - [Amazon Simple Notification Service (SNS)](https://www.g2.com/products/amazon-simple-notification-service-sns/reviews)
  - [Amazon Simple Queue Service (SQS)](https://www.g2.com/products/amazon-simple-queue-service-sqs/reviews)
  - [Amazon Simple Storage Service (S3)](https://www.g2.com/products/amazon-simple-storage-service-s3/reviews)
  - [Amazon Textract](https://www.g2.com/products/amazon-textract/reviews)
  - [AWS Batch](https://www.g2.com/products/aws-batch/reviews)
  - [AWS Fargate](https://www.g2.com/products/aws-fargate/reviews)
  - [AWS Glue](https://www.g2.com/products/aws-glue/reviews)
  - [AWS Step Functions](https://www.g2.com/products/aws-step-functions/reviews)
  - [Azure Ai Foundry](https://www.g2.com/products/azure-ai-foundry/reviews)
  - [Cargo Operations Management System](https://www.g2.com/products/cargo-operations-management-system/reviews)
  - [Coralogix](https://www.g2.com/products/coralogix/reviews)
  - [Docker](https://www.g2.com/products/docker-inc-docker/reviews)
  - [Elastic Stack](https://www.g2.com/products/elastic-stack/reviews)
  - [Google Analytics](https://www.g2.com/products/google-analytics/reviews)
  - [machine-learning in Python](https://www.g2.com/products/machine-learning-in-python/reviews)
  - [Okta](https://www.g2.com/products/okta/reviews)
  - [Oracle Database](https://www.g2.com/products/oracle-database/reviews)
  - [PagerDuty](https://www.g2.com/products/pagerduty/reviews)
  - [pandas python](https://www.g2.com/products/pandas-python/reviews)
  - [Python](https://www.g2.com/products/python/reviews)
  - [python sql](https://www.g2.com/products/python-sql/reviews)
  - [Salesforce Agentforce](https://www.g2.com/products/salesforce-agentforce/reviews)
  - [Slack](https://www.g2.com/products/slack/reviews)
  - [TensorFlow](https://www.g2.com/products/tensorflow/reviews)
  - [Windows 11](https://www.g2.com/products/windows-11/reviews)

## AWS Lambda Features
**Development**
- Application Deployment
- Custom Development
- Development Environment
- Multiple Programming Languages Supported
- Testing
- Integrated Development Environment
- Collaboration Tools
- Social Media Integration
- Agile Methodologies
- Software Development

**Database**
- Database Management
- Analytics
- Auto Scaling
- Backup / Recovery
- Storage
- Project Management
- Email Management
- Design Management
- Lifecycle Management
- Deployment Management
- Workflow Management
- Application Management
- Purchase Order Management
- HR Management
- User Management

**Infrastructure**
- Networking
- Virtual Machines
- Security
- Activity Tracking

**Additional Functionality**
- Access Controls/Permissions
- Customizable Forms
- Monitoring
- Customizable Templates
- Cloud Computing
- Generative AI
- Version Control
- Customizable Reports
- Approval Process Control
- Real-Time Reporting
- Web Forms
- Inventory Tracking
- ERP integration
- CRM
- Customizable Fields
- Data Connectors
- Third-Party Integrations
- Active Directory Integration
- Graphical User Interface
- Real-Time Data
- For Developers
- Reporting & Statistics
- Single Sign On
- Mobile Access
- Accounting Integration
- Drag & Drop
- AI Copilot
- API
- Configurable Workflow
- Activity Dashboard
- Projections

## Top AWS Lambda Alternatives
  - [DigitalOcean](https://www.g2.com/products/digitalocean/reviews) - 4.6/5.0 (744 reviews)
  - [Red Hat OpenShift](https://www.g2.com/products/red-hat-red-hat-openshift/reviews) - 4.5/5.0 (290 reviews)
  - [Google App Engine](https://www.g2.com/products/google-app-engine/reviews) - 4.1/5.0 (192 reviews)

