---
title: AWS Lambda Reviews
meta_title: 'AWS Lambda Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 1051 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: 1051
  scale: '5'
date_modified: '2026-07-29'
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,051
## 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. Easy Serverless Backend Logic with Scalable, Cost-Efficient Event-Driven Workflows

**Rating:** 4.0/5.0 stars

**Reviewed by:** Sahil L. | AI/ML Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 09, 2026

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

What I like most about AWS Lambda is how easy it makes it to run backend logic without having to manage servers. It’s especially useful for building event-driven workflows, where code can run automatically in response to triggers from services like API Gateway, S3, SQS, or CloudWatch. For me, the main benefits are scalability, cost efficiency, and less infrastructure maintenance overall. Because of that, I can spend more time on the business logic and the automation flow, rather than worrying about server setup, capacity planning, or uptime.

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

One drawback of AWS Lambda is that debugging and troubleshooting distributed serverless applications can become difficult as the number of functions and integrations increases. Cold starts can also add latency for infrequently used functions, and staying within execution time, deployment package size, and service limits takes careful planning. While Lambda works very well for event-driven workloads, very long-running or highly stateful processes may be better handled by other compute services.

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

AWS Lambda helps address the challenge of building scalable backend automation without having to manage servers. It supports event-driven workflows that automatically respond to API requests, file uploads, queue messages, and scheduled tasks, which helps make business processes faster and more reliable. For me, this means less infrastructure to manage, lower operational costs, quicker development cycles, and more time to focus on implementing business logic rather than maintaining servers.

  ### 2. Serverless Simplicity: AWS Lambda Scales Fast and Cuts Costs

**Rating:** 4.0/5.0 stars

**Reviewed by:** Shabby K. | Solution Architect, Information Technology and Services, Enterprise (> 1000 emp.)

**Reviewed Date:** July 25, 2026

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

AWS Lambda makes application development easier because there is no need to manage servers. It scales automatically, integrates well with other AWS services, and you only pay when your code runs. This helps reduce costs and allows faster development and deployment of applications

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

AWS Lambda works well for most workloads, but cold starts can affect performance. Troubleshooting can be challenging, and it is not the best choice for long-running or resource-intensive applications because of its execution limits

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

AWS Lambda removes the need to manage servers, making application development faster and easier. It automatically scales based on demand, reduces infrastructure costs, and helps automate tasks by integrating with other AWS services. This has improved productivity and reduced operational overhead

  ### 3. Effortless Scalability for Modern Backend Workloads

**Rating:** 4.0/5.0 stars

**Reviewed by:** Andrés M. | Front-End Development Analyst I, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 30, 2026

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

No infrastructure management: You just deploy your function and AWS handles servers, scaling, and maintenance.
Automatic scaling: It scales instantly from zero to thousands of requests without configuration.
Cost efficiency: You only pay for execution time, not idle server time.

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

Cold starts: Functions can have latency delays when they haven’t been used recently, which affects performance in time-sensitive apps.
Execution limits: There are strict timeouts (max runtime), memory constraints, and ephemeral storage limits, which make it unsuitable for long-running or heavy compute tasks.

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

olves the problem of having to manage, scale, and maintain servers for backend workloads. Traditionally, teams needed to provision infrastructure, handle scaling, apply updates, and keep servers running—even when idle. Lambda removes that entire operational layer by running code only when it’s needed.

  ### 4. Simplicity and integration with AWS, but there are limitations

**Rating:** 4.0/5.0 stars

**Reviewed by:** Vitalii B. | Python Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 13, 2026

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

I like the simplicity and speed of development in AWS Lambda the most. I can quickly deploy a standalone function and immediately connect it to events without server setup. I also note the automatic scaling under load, the pay-per-execution model, and the tight integration with other AWS services.

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

There are a couple of points: the time execution limitation by resources is not always convenient for heavier and longer tasks, debugging and tracing can be difficult to quickly understand problems without good CloudWatch configuration. Dependency on the AWS ecosystem - a strong link with other services sometimes complicates transferring them to other platforms. Initially, the setup was a bit more complicated than in GCP Cloud Run due to a larger number of low-level details. Deployment through CI/CD required more detailed configuration and proper setup of logging and monitoring through CloudWatch. Cold start, execution time limits, and more complex debugging in some scenarios.

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

AWS Lambda removes the tasks of server and infrastructure management, allowing you to focus on code. It simplifies scalability and the building of event-driven architecture, reduces costs by charging only for actual execution, and speeds up the development and deployment of independent functions.

  ### 5. AWS Lambda be Severless

**Rating:** 4.0/5.0 stars

**Reviewed by:** Pushpraj k. | Devops Engineer, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 19, 2025

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

it removes the need to manage servers and scales automatically with demand. The most helpful part is the pay-as-you-go model, where you’re only charged for the actual execution time, which makes it cost-efficient. Upsides include quick deployment, easy integration with other AWS services, and the ability to build event-driven applications without worrying about infrastructure.

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

AWS Lambda is the cold start delay, which can impact performance for latency-sensitive applications. The least helpful part is the limited execution time and resource constraints, which make it harder to handle very heavy workloads. Downsides include vendor lock-in, debugging complexity, and the need to design carefully around its limits to avoid unexpected issues.

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

solves the problem of managing servers and infrastructure for small services or event-driven tasks. It lets me focus on writing code while automatically handling scaling, availability, and execution in response to events. This benefits me by reducing operational overhead, lowering costs, and speeding up development, since I can quickly build and deploy functions without worrying about servers.

  ### 6. Serverless Efficiency with Seamless AWS Integration

**Rating:** 4.0/5.0 stars

**Reviewed by:** Vikas N. | System Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** May 26, 2026

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

I like AWS Lambda's serverless architecture and automatic scaling. It's great how it seamlessly integrates with AWS services, which significantly reduces infrastructure overhead. This really speeds up the backend development and deployment. AWS Lambda is effective because it eliminates the need to manage and maintain servers for backend applications. I appreciate how it automatically handles scaling, infrastructure management, and the execution of code based on events, reducing operational effort and infrastructure costs. It also enables fast deployment and development.

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

One of the limitations I've faced is the cold start latency for some workloads, and the complexity that can arise when debugging serverless applications.

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

AWS Lambda eliminates infrastructure management, enables fast deployment, and handles automatic scaling for event-driven applications, lowering costs and speeding backend development.

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

  ### 8. Seamless AWS Bedrock & Salesforce Integration with Smooth Deployments and Logging

**Rating:** 4.0/5.0 stars

**Reviewed by:** Parth P. | Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 16, 2026

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

The connectivity with aws bedrock and also the interation with the other resource and also the lex connectivity with the salesforce and the code deployment and logs

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

The logs which we get is often takes time somtimes to update and also the code testing in the enviroment is taking time to debug and give the output.

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

The integration and the connectivity with the lex bot and also the bedrock prompt including the connectivity with other system like salesforce.

  ### 9. User-Friendly, Cost-Efficient Serverless Architecture with Easy Language Integrations

**Rating:** 3.5/5.0 stars

**Reviewed by:** GOURAV R. | Senior Associate-DevOps, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 22, 2026

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

It integrates by default with other languages like Python, Node, etc. It offers a complete serverless architecture, which makes it user-friendly. We don’t need to worry about CPU, RAM, or storage issues, and it’s also cost-efficient.

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

As of nothing to dislike everything is in the right path

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

Their serverless design is cost-effective, since they charge only based on the number of requests. Also it comes with AWS quick support

  ### 10. Simplified Serverless Computing with Minor Delay Challenges

**Rating:** 3.5/5.0 stars

**Reviewed by:** Nityanand  C. | AWS Cloud Engineer , Mid-Market (51-1000 emp.)

**Reviewed Date:** April 29, 2026

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

I like AWS Lambda because it's simple and easy to run code without managing the server. It's scalable and cost-effective. I also like how easily AWS Lambda integrates with other AWS services, including S3, API Gateway, and DynamoDB. The initial setup was fairly straightforward for our team.

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

Cold start delay doesn't always work well, which can slow things down a bit, especially for the function that aren't invoked often.

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

I use AWS Lambda to run backend code, automate tasks, and handle traffic spikes without managing servers. It's scalable, cost-effective, and integrates smoothly with services like S3, API Gateway, and DynamoDB.

  ### 11. Easy setup , support multiple platform and coding languages

**Rating:** 4.0/5.0 stars

**Reviewed by:** Malkinder S. | Staff engineer, CloudOps, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 28, 2026

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

Lambda is serverless so there's no tension about compute and memory.
On demand pricing , means you pay as you go.
very minimal efforts to setup.
integration with python and other languages.

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

Timeout can be an issue sometime, not efficient for long running jobs.

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

Lambda is solving my day to day tasks which were used to be done manually.

  ### 12. Effortless ingestion of uncertain events and  autoscalling when required

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** April 30, 2026

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

The most helpful thing about Lambda is its auto-scaling, since it can automatically scale up when there are more requests.

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

Sometimes there are batch jobs that run for more than 15 minutes, and Lambda has a 15-minute timeout. Because of that, Lambda becomes undesirable for heavy data processing.

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

We use AWS Lamda for ingesting file uploads to S3 buckets into our tables because we receive the file monthly, but we don’t know exactly when it will arrive. Lambda handles that uncertainty by triggering the job that ingests the file as soon as it comes in.

  ### 13. 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.

  ### 14. AWS Lambda

**Rating:** 4.0/5.0 stars

**Reviewed by:** Shibra A. | Senior DevOps Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 30, 2025

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

What I like most about AWS Lambda is how it completely removes the need to manage servers. You just focus on writing code, and it takes care of everything else—scaling, patching, provisioning. It’s incredibly efficient, especially for event-driven tasks like processing S3 uploads, reacting to database changes, or triggering workflows based on user actions. It also scales automatically, so whether you’re handling one request or a thousand, it just works without you needing to plan for capacity. Plus, the pay-as-you-go model means you're only charged for the time your code actually runs, which is great for keeping costs low. I also appreciate how well Lambda integrates with the rest of the AWS ecosystem—whether it's SQS, DynamoDB, or Step Functions, it all ties together seamlessly. It’s a powerful tool for building modern, scalable, and cost-effective applications.

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

One of the main things I dislike about AWS Lambda is the **cold start latency**, especially when using certain runtimes like Java or when functions are in a VPC. That delay, even if it's just a couple of seconds, can be noticeable in user-facing applications. Another challenge is **limited observability** out of the box—while you can plug in tools like CloudWatch or X-Ray, it often takes extra effort to get clear visibility into performance and failures. Also, **debugging and testing locally** can be tricky, especially when dealing with event sources like API Gateway or DynamoDB streams. And while the simplicity is great for small functions, managing a large number of Lambdas can get messy fast—things like versioning, environment variables, permissions, and deployment pipelines need to be tightly organized. Finally, the **timeout and memory limits** make Lambda unsuitable for certain long-running or resource-heavy workloads, so you have to design around those constraints.

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

The biggest benefit for me is the speed and simplicity it brings to development and operations. I can deploy functions quickly, iterate faster, and only pay for what I use. It’s perfect for building modular, scalable systems without overengineering. And since it integrates tightly with other AWS services, I can connect different parts of the platform effortlessly and automate a lot of routine tasks—saving both time and cost.

  ### 15. Reliable, easy to write and use

**Rating:** 4.0/5.0 stars

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

**Reviewed Date:** July 30, 2025

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

- I like that I can write a specific function or unit of code which is focus on performing a single task
- You only pay for the amount of time you run it and this encourages you to optimize your code in terms of time and space complexities to save money
- Simple to use and setup and execute once you get the hang of it
- Can be used to re-write the origin of your CloudFront Distribution as well and allows the static hosting using S3
- I believe that lambda is at the core of AWS services and can be helpful in accomplishing many tasks across a range of services
- It can be used to create a range of microservices too

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

- If you do not optimize the code, you may end up paying more
- Supports limited languages in which you can write the lambda

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

- As of now, I am using it to re-write the origin so I can use my S3 as a static hosting provider for my single page demo applications
- Allows me to collect the logs as well on CloudWatch 
- Allows me to serve and run some legacy services without the whole infra and keep the minimum lights on environment without much of the cost as I do not need to run the whole server 24x7

  ### 16. Best quick ondemand compute

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** April 30, 2026

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

Cheapest and readily available compute whenever required

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

timeout period is very low, 15 minutes only

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

Instead of custom scripts from ec2 machine setup in cron, i can leverage lambda functions to run my scripts and it provide better monitoring as well.

  ### 17. 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.

  ### 18. Task automaton

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 31, 2025

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

Its easy to setup with a small image and less code

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

its not very user friendly and kron job setting is a bit hard

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

Have used lambda in deploying applications, setting up evaluation based kronn jobs at a daily level and database monitoring whenever new data is added

  ### 19. Serverless Computing with AWS Lambda with less effort.

**Rating:** 3.5/5.0 stars

**Reviewed by:** Rohit G. | Trainee - Software Testing, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 29, 2025

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

One of the best things about AWS Lambda is its seamless integration with various AWS services like S3, CloudWatch for logging, and email services. Whenever my lambda function is not able to work properly, I can simply go to clouwatch and see the logs and it help me to understand the problem. And one more thing is that it is easy to create AWS lambda function.

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

AWS Lambda has predefined limits on memory allocation (almost 10Gb)which make it not suitable for heavy workloads.
It is mostly used for the smaller product which need a less memory allocation.

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

The seamless integration with AWS services like S3 and CloudWatch has been super helpful for me to  automate tasks like file processing and logging. Plus it also provide pay much as you use. So you can monitor your expenses.

  ### 20. Serverless code environment

**Rating:** 4.0/5.0 stars

**Reviewed by:** Shabbir P. | Senior Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 05, 2025

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

No dependancy on servers to run your code.

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

Too many processes execution makes the use of Lambda limited and have many memory constraints.

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

AWS Lambda are beneficial in managing small chunk commands in IOT.
Database access and control.

  ### 21. Serverless Convenience, But Execution Can Be Slow

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Logistics and Supply Chain | Enterprise (> 1000 emp.)

**Reviewed Date:** October 25, 2025

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

Can run code without managing server, as it provides server less architecture

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

Sometimes takes too much time to execute

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

Best suited to build agile and efficient applications and for real time processing

  ### 22. 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.

  ### 23. Simple to use tool 

**Rating:** 4.0/5.0 stars

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

**Reviewed Date:** September 18, 2019

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

It just very simple to use and cost effective . Cheaper then other products like EC2.setting up of cloud watch is easier. Its a server less architect

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

Yes it have limitations like not able to use c and c++. But in EC2 its possible. Finding log files is little bit tricky

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

Reduce time to market time.
Easy to use.i use it for running my EDA tools computation. And other kind of codes

  ### 24. My Experience Using AWS Lambda

**Rating:** 4.0/5.0 stars

**Reviewed by:** Prashant M. | Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 15, 2024

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

AWS Lambda is like a small set of function that can be executed without setting up any server.All you need to do is to write your small server side code, create an api gateway or use any other services like ( S3 Events, SNS, Cloud Watch Events)  to trigger your lambda function. 
Its That easy to use and implement all you need is your code create a lambda function test it set a trigger and you are good to go.
No need to set up any server on ec2.
Aws Lambda is cost efficent you will only pay on the number of api calls or event triggers and the amout of time your code takes to execute check their documentations for more details on pricing.
Their new feature introduces use of ecr docker images with lambda function. so you can configure a docker image and use it as aws lambda function.

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

There are only Limited things you can do with aws lambda like 
1) You can only execute small server side code, and uncompressed docker images less than 10gb
2) You'll face some latency issue because it take some time to invoke lambda function

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

AWS Lambda services is helping users to create an event based server which requires no server setup

  ### 25. AWS Lambda(Review)

**Rating:** 4.0/5.0 stars

**Reviewed by:** bindu priya k. | Machine Learning Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 06, 2024

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

Serverless Architecture: AWS Lambda allows developers to focus solely on writing code without worrying about server management. This enables faster development cycles and reduces operational overhead.

Scalability: Lambda automatically scales to accommodate incoming requests. It can handle a few requests per day to thousands of requests per second without any manual intervention, making it ideal for applications with unpredictable traffic patterns.

Cost Efficiency: With Lambda, you only pay for the compute time consumed by your code, measured in milliseconds. This pay-per-use model can result in significant cost savings, especially for sporadically used or low-traffic applications.

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

Cold Start Latency: When a Lambda function is invoked for the first time or after a period of inactivity, there may be a noticeable delay due to cold start latency. This latency can impact the responsiveness of applications with strict latency requirements.

Execution Time Limit: Lambda functions have a maximum execution time limit of 15 minutes. This constraint may not be suitable for long-running tasks or workflows that exceed this limit.

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

Using it as schedulers as this doesnt need a resources entire day will span around the trigger time and do the scheduling job and shut downs automaticaaly

  ### 26. Good For Hosting Serverless Functions

**Rating:** 3.5/5.0 stars

**Reviewed by:** Aagam V. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 30, 2024

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

It is a decent solution if you want to host serverless functions and run some backend logic in the AWS Cloud environment

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

Cold starts is a general issue of serverless functions.

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

Hosting serverless functions

  ### 27. Scalable serverless backend

**Rating:** 4.0/5.0 stars

**Reviewed by:** Sagar C. | Software Engineer, Information Technology and Services, Enterprise (> 1000 emp.)

**Reviewed Date:** June 21, 2024

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

It is easy to implement a full scale backend with ease of integration with the existing frontend solution.

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

Sometimes it can take time in configuring functions and also it is costly.

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

It has helped us in developing a large scale highly scalable e-commerce solution using lambda functions which is serverless. It has helped in serving heavy traffic with ease. Also developing a nodejs based lambda functions has been simple and it is time saver for quick development of features as aws provides security , networking and auto scaling.

  ### 28. The Future of Serverless Computing.

**Rating:** 4.0/5.0 stars

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

**Reviewed Date:** February 02, 2025

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

It eliminates the need to configure or maintain servers and automatically scales up downbased on demand.

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

Time taking to initialise when it's invoked start again. The execution time should be increased from just 15 minutes.

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

Quick deployment of the application allows rapid development and interation.

  ### 29. Quick and best serverless solution in the market

**Rating:** 4.0/5.0 stars

**Reviewed by:** Swathi N. | Application Development Assosciate Manager, Enterprise (> 1000 emp.)

**Reviewed Date:** June 06, 2024

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

Very efficient and fast way of programming without setting up any infrastructure.
Highly scalable and reliable.
Supports most of the pivotal programming languages like node, python and java.

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

Sometimes there can be issues like slowness during cold start while  running the lambda function for the first time.

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

I have lambda integrated with amazon connect for my client. It is a quick way of integrating with multiple aws services.
Lamba is best suited in the aws eco system and helps to deploy changes quickly with very little hassle.

  ### 30. 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.

  ### 31. AWS Lambda - A Serverless Computing

**Rating:** 4.0/5.0 stars

**Reviewed by:** Aditya S. | Manager- Data Science &amp; AI, Enterprise (> 1000 emp.)

**Reviewed Date:** January 02, 2024

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

Although I am still exploring many aspects of AWS Lambda, but till now as per my experience with Lambda function, I like its serverless architecture, cost efficiency with pay-as-you-go pricing, seamless event-driven model, and versatile language support.With Lambda functions its very easy now to build scalable and efficient applications.

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

So far, i do not face any such difficulties. The only challenge I see is to debug and troubleshoot the serverless environment.

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

It really  helps in serverless data processing, enabling event-driven ETL workflows, real-time data analysis, and cost-efficient scalability. Its integration with AWS services, automation of model deployment, support for scheduled data jobs, and compatibility with microservices architecture contribute to reducing operational overhead and enhancing efficiency in managing data science workflows.

  ### 32. AWS Lambda - Unleashing Developers' Creativity

**Rating:** 4.0/5.0 stars

**Reviewed by:** minghua z. | 工程师, Computer Networking, Enterprise (> 1000 emp.)

**Reviewed Date:** January 11, 2024

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

AWS Lambda is a gem in Amazon's cloud computing services, providing developers with an innovative way of serverless computing. Through AWS Lambda, I have experienced tremendous convenience in the development process and truly realized the concept of code as infrastructure.

The biggest advantage of AWS Lambda is its serverless architecture. Developers don't need to worry about server management, expansion, and maintenance, just focus on writing code. This simplifies the entire development cycle and improves development efficiency. For small projects or experimental tasks, serverless computing is an ideal solution.

Lambda provides a flexible event driven model that integrates with other AWS services, allowing developers to easily respond to various events. Whether it's changes in object storage, database updates, or triggering scheduled tasks, Lambda can easily handle them. This loosely coupled design makes the system more elastic and easy to expand.

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

AWS Lambda has a cold start delay, which may result in longer startup times when the code is restarted after being unused for a long time. For real-time applications that require quick response, this may be a challenge.

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

AWS Lambda represents a significant leap in the concept of serverless architecture. By fully entrusting the code runtime environment to AWS management, developers can focus on writing business logic without worrying about the underlying infrastructure. This makes building and deploying applications easier, greatly reducing maintenance costs.

  ### 33. Seamless Experience When Deploying

**Rating:** 4.0/5.0 stars

**Reviewed by:** Ishant B. | AWS Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** September 26, 2023

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

AWS lambda is a service in where we can test codes and deploy them as a functions to execute them in our day to day automated tasks. It also provides flexibility to writes codes into yaml and json format. It also saves cost while deploying the automated tasks through lambda functions

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

Well there is a pros into lambda similarly there are cons as well. Sometimes it's not well optimised enough through which the code which has been deployed take much more amount of time which disabled the lack of optimisation of the production task. Also, we have to maintain all the codes which are deployed as a function manually which is not suggested by trust advisory. Hence, the lambda function is useful while using the automated tasks which takes short time but while executing for long time taken tasks, i will go with AWS Cloud formation over it

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

It is very helpful in web develpment and we can deploy the webpages easily.

  ### 34. AWS Lambda review

**Rating:** 4.0/5.0 stars

**Reviewed by:** Anurag J. | Data Scientist, Enterprise (> 1000 emp.)

**Reviewed Date:** May 08, 2024

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

Its serverless architecture, scalability, cost-effectiveness, integration with the AWS ecosystem, and support with multiple languages.

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

Its cold start latency, execution time limit, vendor lock-in, and complex debugging.

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

It helps to build and deploy the application more efficiently, provides higher scalability, and its cost-effectiveness is beneficial for companies.

  ### 35. integrating AWS Lambda with Coralogix has elevated our log management and analysis capabilities.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Bijay K. | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 23, 2023

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

AWS Lambda provides several advantages that make it a popular choice for serverless computing. 

AWS Lambda follows a serverless architecture, allowing developers to focus solely on writing code without the need to provision or manage servers. This abstraction of infrastructure details simplifies the development process.

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

One significant drawback is the potential for cold starts, where the initial execution of a function may experience higher latency. This occurs when a new instance of a function is created or when it hasn't been invoked for a while.

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

AWS Lambda automatically scales to handle the number of requests, ensuring that your application can seamlessly accommodate varying workloads. This eliminates the need for manual intervention in scaling infrastructure.

  ### 36. Serverless at scale with ease

**Rating:** 4.0/5.0 stars

**Reviewed by:** John C. | Lead Application Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 19, 2023

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

I think the best thing about AWS Lambda is the ease, and speed at which you can develop new applications, scripts, and tools. Using AWS CLI and AWS Sam CLI you can deploy an app at hyperspeed.

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

Pricing of AWS Lambda can get slightly confusing and concerning if you are a low budget personal developer or a smaller company. I think being able to set a budget would help cover this sort of downfall.

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

AWS Lambda is our main compute platform that we use to serve all the business logic of our application. We utilize Lambda because it integrates well with other AWS serverless services that we also take advantage of like step functions and more.

  ### 37. Software Engineer

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Hospital & Health Care | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 24, 2023

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

The best part of AWS lambda is to we only pay as we consume compute time and  I was worked with multiple programing language and it will support many service already in AWS .it's good in low latency task they start execution so fast

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

Some time the cold start is delay if not use function they have also execution limit multiple lambda function use is little challenging and also in testing too. It is not good for long running task because of less execution time

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

Some time when we not used function recently it will delay that is  cold start it is the main drawback of this lambda function in AWS and they have less execution time ,multiple functions using  is challenging

  ### 38. Time and cost saving tool by AWS

**Rating:** 4.0/5.0 stars

**Reviewed by:** Preksha S. | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 16, 2023

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

We dont need to worry about servers or infrastructure, AWS has made serverless computing easy by just uploading our code and rest AWS lambda does.

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

There is nothing disappointing in AWS lambda.

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

AWS lambda has helped me save time in creating servers and infrastructure manually, saving the cost as well as its costing depends upon the features we use.

  ### 39. Lambda - Server less architecture to run smaller batch jobs !

**Rating:** 4.0/5.0 stars

**Reviewed by:** Madhankkumar S. | Senior Data Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** February 02, 2023

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

Truly serverless architecture . 
Easily integrated with other AWS services.
The Event notification of other AWS services works perfectly! 
Smaller batches can run with ease.

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

The limitation of the batch execution time can be increased from 15 mins to at least 30 mins.
There were a few occasions where the event trigger failed to trigger the code silently.

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

We had a requirement to run our custom python as soon as the files for the day arrived in the AWS s3 bucket. Rather than setting up an environment to build this pipeline, lambda helped us here with its server-less architecture and the event trigger feature. The log can also be perfectly captured in the cloud watch, which is excellent!

  ### 40. Awesome Lambda!

**Rating:** 4.0/5.0 stars

**Reviewed by:** Kapil K. | Consultant, Enterprise (> 1000 emp.)

**Reviewed Date:** February 22, 2023

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

What if you want more n more granular control over your AWS resources or services ?. Lambda is function or code that triggered by an event/service to execute and perform many tasks via the crafted code that allow you to control beyond the imagination!

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

Event driven lambda function introduces some sort of latency since it's you who creating it and is not the part of aws config.

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

We can craft the code in such a way that allow us to automate so many things in a single drive...we are using it to auto sent an SMS on my cell if our AWS network firewall sees invalid drops threshold..

  ### 41. Data Engineer

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Consumer Electronics | Enterprise (> 1000 emp.)

**Reviewed Date:** June 20, 2023

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

UI look and feel, easy to use, with the extension of cloud watch can view the status of runs, easy to link with S3 buckets, easy to collaborate code with others in the team.

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

It cannot load bigger files and does not allow in-line code editing for large files. Can be slower sometimes depending on load, difficult to visualise in the UI.

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

Loading data from different sources like API, CSV, and other sources loading it into S3 buckets and utilizing it in another data warehouse environment for in-house development.

  ### 42. The best way spring up a serverless solution to any problem.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Sarthak M. | Business Technology Solutions Associate , Mid-Market (51-1000 emp.)

**Reviewed Date:** May 17, 2023

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

The best things about AWS Lambda is its ease of use and painless integration to the whole suite of aws services.

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

The things I don't like about the AWS Lambda is even though it provides integarion with aws services, the same integration to third party services can be very limited.

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

We use aws lambda to write functions for periodically used web pages.

  ### 43. Great option for Server less Computing!

**Rating:** 4.0/5.0 stars

**Reviewed by:** Abhinav C. | Technical Program Manager, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 12, 2022

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

The best part is using Lambda was not setting it up as a server, installing all our files, and then running the code in a sandbox environment. It becomes so easy to set it up and also use inbuilt services with AWS. Lambda can be scaled up easily, and it's low in price. The tight integration with CloudWatch helps track requests in real-time.

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

The only drawback is the amount of documentation which is available. It's hard to find your issues while going through the documentation. Also, setting up Lambda is not easy; initially needs to take help from the support team.

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

It is helping us use event services without actual virtualisation. We run multiple web applications parallelly due to our large customer base. We are using Amason S3, which is highly integrated with amazon systems and helps us manage our infra in one place.

  ### 44. My Experience

**Rating:** 4.0/5.0 stars

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

**Reviewed Date:** December 08, 2022

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

We use Lamba to run serverless functions by creating a reaction-based hook that triggers specific written procedures, which makes helm values in Lamba great to use and saves on a lot of costs.

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

The cost of triggering one function per cycle is a lot more than other services and can be written using fully custom code.

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

We use Lamba to trigger functions at any given specific time rather than making the service run all the time which saves us a lot of cost and resources and increase productivity using hooks and trigger function in various different programming languages since we use node and react to leverage hooks and trigger functions

  ### 45. Great platform with few limitations

**Rating:** 4.0/5.0 stars

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

**Reviewed Date:** September 13, 2022

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

Serveless compute is the most liked feature of AWS lambda. One can code on the go and deploy quickly with layers. Good for jobs that runs quickly and more frequently.

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

Timeout limitation, cannot use lambda for data-intensive tasks that require more time to load the data into the target. Timeout and payload limits are a few limitations that can be a deal breaker.

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

We have a micro batch framework that runs every 5 mins to load data from s3; we are using AWS lambda to read the partitions every 5 mins and trigger the step function to carry out data load within 2 mins.

  ### 46. Powerful but difficult to use and understand

**Rating:** 4.0/5.0 stars

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

**Reviewed Date:** December 22, 2022

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

The power of AWS lambda and the free tier it has are one of the most positive things about this service.

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

It is really confusing how to setup the lambda for new users. Creating api endpoints and linking them to the lambda takes a lot of time compared to what other cloud providers propose.

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

When I don't want to manage infrastructure or network and just run some simple code I use AWS lambda. Very powerful with Python APIs

  ### 47. Best Server less Service Out there

**Rating:** 4.0/5.0 stars

**Reviewed by:** Rohit B. | Technical Consultant, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 21, 2022

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

The best thing about AWS lambda is that it gives you an integrated environment to work with. You can integrate with all others services and write custom logic. For example you can easily connect your EC2 server with the API service.

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

There are only two problems with AWS Lambda that it by defaults to Cloudwatch and it is not a great service to work with. Also, the support for local development is not great.

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

I work in FinTech industry and I am able to use the autoscale feature based on number of requests I receive. It helps the business save a substantial amount of money.

  ### 48. Working on AWS lambda  for web scraping

**Rating:** 4.0/5.0 stars

**Reviewed by:** Tushar G. | Data Analytics - Python Backend Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 08, 2022

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

Server less server with no dedicated instance, pay only whenever and how much used, provide multiple  IP addresses so no need to buy proxies from outside vendors at very high cost.

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

There is no such dislike but I would say only 2 things one is costing if we want to use heavy hardware and second is timing process auto terminate  after 15 minutes

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

Cost saving as we have to pay when ever we are using it and also providing  multiple  IPs to hit on various  platforms hence saving proxy cost, we are now using it

  ### 49. Its has been a helpful companion throughout my code development

**Rating:** 4.0/5.0 stars

**Reviewed by:** Joshua s. | Full Stack Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 19, 2022

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

The ease of use and accessibility. No requirement for costly servers to setup our applications and make available for the public. It is comparatively easy to get started with.

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

The User interface is one of thing aspect i think AWS is lacking a bit when compared to other products in the market. A new touch of design might further do wonders for it.

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

Even the up-and-coming developers can make use of cloud functionality and DevOps without spending a lot. The pay as you go plan is amazing, as in you'll have to pay more only when there actually is a need for it.

  ### 50. For any software requirement, AWS has a solution.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Shanmukha Sampath Kumar T. | Student, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 06, 2022

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

AWS has many solutions that suit various requirements. I've used some of them for a project and the most I liked was the options to customize them to suit our needs

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

The variety of choices sometimes confuses you. Not all of them are marked as to what changes with a certain option. A glossary or an index of components guide will be helpful.

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

The ability to deploy projects remotely and automate the process. It is easy to maintain and can be accessed from anywhere. The cloud console app for mobile device helps me keep track of my application even when not in front of my system.


## 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%5Bnps_score%5D%5B%5D=4&section=pricing&secure%5Bexpires_at%5D=2026-08-02+15%3A46%3A24+-0500&secure%5Bsession_id%5D=d6b6fe4b-41dd-4578-9e0e-6dd9f5b20064&secure%5Btoken%5D=d60086b125692a74717a90a63dfd89182e50e3db004415fc5f51f4dcceba67da&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 Email Service (Amazon SES)](https://www.g2.com/products/amazon-simple-email-service-amazon-ses/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 IoT](https://www.g2.com/products/aws-iot/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)
  - [Datadog](https://www.g2.com/products/datadog/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)
  - [Slack Connector for Jira](https://www.g2.com/products/slack-connector-for-jira/reviews)
  - [TensorFlow](https://www.g2.com/products/tensorflow/reviews)
  - [Windows 11](https://www.g2.com/products/windows-11/reviews)
  - [Xurrent IMR](https://www.g2.com/products/xurrent-imr/reviews)

## AWS Lambda Features
**Development**
- Application Deployment
- Development Tools
- Development Environment
- Language Support
- Testing

**Database**
- Database Management
- Analytics
- Auto Scaling
- Backup / Recovery
- Storage

**Infrastructure**
- Networking
- Virtual Machines
- Security

## Top AWS Lambda Alternatives
  - [DigitalOcean](https://www.g2.com/products/digitalocean/reviews) - 4.6/5.0 (743 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)

