No more typing reviews! Try our Samantha, our new voice AI agent.
DouglasStein - PeerSpot reviewer
Director of Engineering at MemeSpark LLC
Real User
Oct 12, 2022
An easily scalable solution with a variety of use cases and valuable event-based triggers
Pros and Cons
  • "The most valuable features are event-based triggers. They're really good for a reactive style when you want things to happen as soon as something else happens."
  • "With a highly variable load, our idle cost is pretty much zero, and we haven't had any scale barriers, so we've scaled smoothly."
  • "There's room for improvement in the solution's warm start, which refers to the minimum time it takes to start up a Lambda function if you haven't been running it."

What is our primary use case?

There's a lot of use cases. The solution is used for immediate processing, so it's used everywhere. When data comes in, you process a Lambda function to tag it and categorize it. I've used Lambda functions to process inbound videos to make them smaller. I've used a Lambda function as a serverless backend for a customer-facing app, so I didn't have servers running.

How has it helped my organization?

With a highly variable load, our idle cost is pretty much zero, and we haven't had any scale barriers, so we've scaled smoothly.

What is most valuable?

I think the most valuable features are event-based triggers. Basically, a Lambda function doesn't get called because you say, "I'm going to call it." It gets called because something happens: a file arrives, a message arrives, or a database gets written. It's really good for a reactive style when you want things to happen as soon as something else happens. That's the best pattern.

What needs improvement?

There's room for improvement in the solution's warm start, which refers to the minimum time it takes to start up a Lambda function if you haven't been running it. 

Buyer's Guide
AWS Lambda
June 2026
Learn what your peers think about AWS Lambda. Get advice and tips from experienced pros sharing their opinions. Updated: June 2026.
900,747 professionals have used our research since 2012.

For how long have I used the solution?

I have been using Lambda since 2014, so about eight years. 

What do I think about the stability of the solution?

This is a stable solution. 

What do I think about the scalability of the solution?

This solution is scalable. We have hundreds of thousands of users, so everything in Lambda gets used a little bit at a time in different parts of the process. We have plans to increase our usage in the future. 

How are customer service and support?

I would rate the technical support as a ten out of ten. You are able to pick a language, pick an environment, and deploy it. 

How was the initial setup?

It is pretty straightforward to set up this solution. 

What was our ROI?

We've run some scenarios. For example, say you have three million requests per month, and 120 milliseconds each time someone requests. The total cost ends up being $2.73 a month, which is very cheap for what you get.

What's my experience with pricing, setup cost, and licensing?

There's two charges for this solution. There's the charge for how many times you call a Lambda function, which is 20 cents for every million function calls. Then there's also the size and amount of time that the Lambda function runs, which is measured as 0.0000166667 dollars. It's a fraction of a penny for every gigabyte second. A gigabyte, if you ran it for like a million seconds, would cost one dollar. It computes by the cycle, and it's very cheap.

What other advice do I have?

My advice is to think about the architecture first and don’t just throw your code into Lambda. Think about how your application is designed because using serverless is different.

I would rate this solution as a ten out of ten. It's a very critical service. 

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
RANJAN KUMAR - PeerSpot reviewer
DevOps Engineer at ZoomOps Technology
Real User
Mar 8, 2024
Enables the building of serverless applications and provides automatic scaling
Pros and Cons
  • "The most valuable features of AWS Lambda are a serverless and event-driven architecture."
  • "AWS Lambda should support additional languages."

What is our primary use case?

AWS Lambda is a serverless computing service provided by AWS. It is allowed to run the course without the provisioning or managing server and paying only for the compute time consumed during execution.

What is most valuable?

The most valuable features of AWS Lambda are a serverless and event-driven architecture. The solution provides automatic scaling and supports languages like Node.js, Python, and Java.

What needs improvement?

AWS Lambda should support additional languages.

For how long have I used the solution?

I have been using AWS Lambda for two years.

What do I think about the stability of the solution?

AWS Lambda is a stable solution.

What do I think about the scalability of the solution?

More than five people are using the solution in our organization.

How are customer service and support?

The solution’s technical support is good.

How was the initial setup?

The solution’s initial setup is easy.

What's my experience with pricing, setup cost, and licensing?

AWS Lambda is a cheap solution. The solution has a generic pricing before being triggered. After triggering, we need to pay the bill based on how much time the server runs.

What other advice do I have?

Our company decided to use AWS Lambda because it is integrated with AWS services. The solution enables the building of serverless applications and provides automatic scaling and event-driven execution. AWS Lambda can be triggered by various AWS services like AWS S3, DynamoDB, AWS API gateway, and AWS CloudWatch.

I would recommend the solution to other users. It is easy for someone to learn to use Lambda for the first time.

Overall, I rate the solution ten out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company has a business relationship with this vendor other than being a customer. Partner
PeerSpot user
Buyer's Guide
AWS Lambda
June 2026
Learn what your peers think about AWS Lambda. Get advice and tips from experienced pros sharing their opinions. Updated: June 2026.
900,747 professionals have used our research since 2012.
Swathi Minchala - PeerSpot reviewer
Software Engineer at Relevance Lab
Vendor
Mar 8, 2024
Supports multiple languages and scales automatically based on the number of incoming requests
Pros and Cons
  • "The tool scales automatically based on the number of incoming requests."
  • "The support team does not know how to implement and build the solution."

What is our primary use case?

I have to send daily reports. We have many child accounts in AWS Organizations. We need reports on the cost of the accounts. I use AWS Lambda because we have to run the code without provisioning the servers. AWS Lambda is a serverless computing service.

What is most valuable?

The tool scales automatically based on the number of incoming requests. It supports multiple languages. We can use Python, Java, and Ruby. We can use the solution to stop and start the instances.

What needs improvement?

We must at least know the basics of languages like Python or Java to implement automatic processes and daily schedules. We must learn the Lambda function and the languages to use the tool.

For how long have I used the solution?

I have been using the solution for three months.

What do I think about the stability of the solution?

I rate the tool’s stability a nine out of ten.

What do I think about the scalability of the solution?

I rate the scalability an eight out of ten. We have more than 100 users.

How are customer service and support?

The support team does not know how to implement and build the solution.

How would you rate customer service and support?

Neutral

How was the initial setup?

We must know Python or Java to implement the product. It is not easy, but it is not difficult. We need some experience.

What's my experience with pricing, setup cost, and licensing?

We only need to pay for the compute time our code consumes. The solution does not cost much.

What other advice do I have?

I will recommend the product to others. We can automate the processes and integrate the solution with other services. The product provides elasticity and automatic scaling features. Overall, I rate the product a nine out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Sr Technical Specialist at a financial services firm with 10,001+ employees
Real User
Mar 6, 2024
Easy to deploy and does not need an initial capital investment on servers
Pros and Cons
  • "AWS Lambda is serverless."
  • "We face some problems with the event-driven execution model."

What is our primary use case?

We have one or two use cases for real-time file processing. We use the event triggers to detect file arrival.

What is most valuable?

AWS Lambda is serverless. It is quick to deploy. The event-driven execution model has improved the project efficiency because it is quick and easy to deploy. However, it also introduced a set of new problems. It is the industry traction ever since the network went fully API.

Since the tool is serverless and it is hosted in the cloud, we do not need an initial capital investment on servers. We can pay as we use. We have integrated the product with other AWS services. We use SNS and SQL. There is an offering from AWS for integrated solutions.

What needs improvement?

We face some problems with the event-driven execution model.

What do I think about the stability of the solution?

The tool is very stable. There are certain things that we have to do to support it, but once we cross the t's and dot the i’s, it works.

How was the initial setup?

The initial setup seems to be very straightforward.

What other advice do I have?

I will recommend the solution to others for serverless computing needs. It’s a quick delivery. We do not have to set up servers before we start deploying. Overall, I rate the product a nine out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Atif Tariq - PeerSpot reviewer
Cloud and Big Data Engineer | Developer at Huawei
Real User
Nov 24, 2023
Offers serverless computing with easy integration and good support
Pros and Cons
  • "The initial setup of AWS Lambda is very straightforward and quick."
  • "If you're running a new application with a significant load, you need to be prepared for potential bottlenecks."

What is our primary use case?

Lambda is essentially a serverless computing service offered by AWS. It allows you to run your code or applications without needing to manage servers. You can deploy your IT code or applications, and it seamlessly integrates with other AWS services, like S3 for data storage. You don't need to purchase or manage any servers. So, Lambda offers a way to run applications without the complexity of infrastructure.

What is most valuable?

The best feature of AWS Lambda is its scalability and security. It's a highly scalable service, making it suitable for a range of applications.  

AWS Lambda, like other services offered by AWS, SAP, or Azure, is already quite advanced. However, when considering improvements, it's more about how you write and optimize your applications.

What needs improvement?

There's always room for enhancement in terms of resource allocation and management for high-demand applications.

Performance issues can arise depending on how you allocate resources within Lambda. For example, if you're running a new application with a significant load, you need to be prepared for potential bottlenecks. 

It's essential to control network interactions and optimize for the type of application you're running. Lambda is excellent for small and lightweight applications, but for more resource-intensive tasks, you might need to look at other AWS services or a more distributed storage environment.

AWS Lambda could greatly benefit from enhancements in handling large-scale applications to support heavy workloads. This is actually feasible, but there is a need for further development in this area. 

Additionally, improvements in resource control optimization are crucial. For instance, enabling users to run data-intensive applications using a limited number of resources without compromising performance would be a valuable addition.

For how long have I used the solution?

I have used it for three years.

How are customer service and support?

I have interacted with the AWS support team. They have a large customer base, which sometimes leads to delays, but overall, their support is excellent.

They categorize issues effectively and provide prompt support for critical issues. Even for less critical issues from the customer's perspective, their response is adequate. They are usually quick to respond, especially when the issue is critical, and they provide effective support.

How would you rate customer service and support?

Positive

How was the initial setup?

The initial setup of AWS Lambda is very straightforward and quick.

What other advice do I have?

If you have a data application with a huge number of users that requires frequent user interaction, AWS Lambda may not be the best fit. However, it's suitable for applications with less frequent user interaction, like those accessed periodically, maybe every few minutes or hours.

For lightweight applications, AWS Lambda is a ten out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Ashish Disawal - PeerSpot reviewer
DevOps Consultant at PraHari Tech
Consultant
Nov 20, 2023
A highly scalable and cost-effective serverless computing solution, enabling seamless code execution in response to various events, with advantages including easy scalability and efficient integration
Pros and Cons
  • "The utilization of containers is particularly beneficial in overcoming the size limitations imposed on Lambda functions which not only allows us to work around these constraints but also contributes to the improvement and maintenance of our code."
  • "There's room for improvement in the testing setup."

What is our primary use case?

We use it primarily for image resizing in batch and scheduled jobs. Additionally, one of our clients relies on Lambda for running a continuously active custom API, handling their ongoing API requests.

What is most valuable?

Leveraging it to run containers directly from Amazon Elastic Container Registry has proven to be highly valuable. The utilization of containers is particularly beneficial in overcoming the size limitations imposed on Lambda functions which not only allows us to work around these constraints but also contributes to the improvement and maintenance of our code.

What needs improvement?

There's room for improvement in the testing setup. Attempting to test it through the AWS CLI also posed issues, and when trying to test the Lambda function on my local machine, I encountered difficulties in obtaining comprehensive logs or error messages to diagnose what might be going wrong.

For how long have I used the solution?

I have been working with it for one year.

What do I think about the stability of the solution?

It provides a high level of stability, and I have not encountered any issues so far. The system demonstrated stability whenever we attempted to update the function or perform any operations. Responses consistently aligned with the timeframes specified on the AWS website, remaining within the service level agreement. I would rate it nine out of ten.

What do I think about the scalability of the solution?

The scalability is notably high, I would rate it nine out of ten. Approximately sixty percent of my clients are utilizing this approach. While I serve two major organizations, the majority of my clientele consists of small and medium-sized businesses.

How are customer service and support?

The technical support from Amazon has been excellent, and I've consistently had positive experiences. During a customer migration from another cloud provider to AWS, the entire technical team provided valuable insights and enhanced the architecture. Their assistance not only improved the overall design but also ensured smooth transition and support. Even for minor issues, the response times have consistently exceeded the expectations stated on the website. For instance, if a 24-hour response time is indicated, they typically respond within twelve hours. I would rate it nine out of ten.

How would you rate customer service and support?

Positive

How was the initial setup?

I would rate the initial setup around seven out of ten. While it wasn't overly challenging, it did demand a certain level of technical proficiency. Someone without substantial technical knowledge might find it less straightforward to set up.

What about the implementation team?

In our container-based approach, we initiated by constructing containers on the local developer machine, then we pushed these containers to AWS Elastic Container Repository. Following this, we established a Lambda function that utilized the uploaded ECR image, allowing it to execute the associated container. Additionally, we incrementally built services to utilize those containers at Lambda functions. The deployment took less than three hours.

What's my experience with pricing, setup cost, and licensing?

The pricing varies based on the specific solution you're implementing, and in comparison to the value it provides, the overall cost is reasonable. When used appropriately for its intended purpose, the price is relatively low. However, if Lambda is employed outside its intended scope, the cost can escalate exponentially. I would rate it four out of ten.

What other advice do I have?

I recommend thoroughly reading the documentation to determine if it is a suitable solution for your specific use case. It's essential to understand the nuances of your use case before proceeding with the implementation. Overall, I would rate it eight out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company has a business relationship with this vendor other than being a customer. partner
PeerSpot user
PremKashyap - PeerSpot reviewer
Solution & Integration Architect - AWS Cloud & Modernization at a tech vendor with 10,001+ employees
Real User
Dec 28, 2022
Serverless compute platform used to build microservices that can be set up in multiple ways based on experience
Pros and Cons
  • "Lambda is the preferred compute option because of on-demand cost. We don't have to provision any hardware beforehand. We don't have to provision the capacity required for the services because it is serverless."
  • "The first time Lambda is started up, it takes some time to spin up an instance for serving the consumer requests. AWS has been trying to solve this in a variety of ways but have not yet managed to do so."

What is our primary use case?

We are building microservices in Lambda and exposing them via an API Gateway for the end consumer. These microservices talk to DynamoDB, or third-party APIs but can also be event-driven. These microservices carry out specific business functionalities.

We have plans to increase usage in the future. We have been modernizing our usage of SOA technology and rewriting those SOA services on the cloud using AWS Lambda. We are transitioning to a serverless environment using Lambda. 

How has it helped my organization?

Lambda is the preferred compute option because of on-demand cost. We don't have to provision any hardware beforehand. We don't have to provision the capacity required for the services because it is serverless. 

AWS takes care of things behind the scenes and we pay only for usage. We don't have to incur uptime or the upfront cost to procure a EC2 instance or create any ECS service.

What is most valuable?

You can trigger Lambda in various ways including API Gateway events or a S3 object event. You can create a file in SP and it can trigger a Lambda function. You can process the file based on the event and complete asynchronous programming. It supports both synchronous as well as asynchronous programming. It is integrated with variety of AWS services like the S3, SQS or SNS.

You can use Lambda for a variety of use cases. You just have to write a Lambda which can be in various languages including Python, Node.js or Java. There is no limit on what you can do with Lambda because it is integrated with a variety of AWS services. 

What needs improvement?

The first time Lambda is started up, it takes some time to spin up an instance for serving the consumer requests. AWS has been trying to solve this in a variety of ways but have not yet managed to do so. 

Lambda can only run for a maximum for 15 minutes. If you have a job which requires running for more than 15 minutes, you cannot use Lambda for that use case. 

For how long have I used the solution?

I have been using this solution for five years. 

What do I think about the stability of the solution?

I would rate Lambda an eight out of ten for stability. 

What do I think about the scalability of the solution?

This is a scalable solution. I would rate it an eight or nine. You can have 999 Lambda instances running at a particular second at one time. That is the default. It you need to scale above this, you can request for AWS to increase your capacity.

How are customer service and support?

I would rate the technical support an eight out of ten. We do contact the AWS support team if we are stuck or something is not working. They provide their input and we set up a call with them to explain our issues and reach a resolution.

How would you rate customer service and support?

Positive

How was the initial setup?

The initial setup is straightforward. They have variety of ways to set it up via the console, ETK or CFT. You can easily configure Lambda via variety of ways based on your experience. Usually, newcomers will use console which is a UI and makes your task easier. Experienced people will go with CLIs, SDPF or CFTs to create Lambda resources.

We are not just deploying Lambda. We have a variety of AWS services which we combine into one script and we do it via an AWS code pipeline.

I would rate the setup a nine out of ten.

What about the implementation team?

Deployment was done in-house by our own team. The patching of underlying hardware and other maintenance is done by AWS. 

What was our ROI?

We have experienced a ROI using this solution. I would rate it an eight out of ten. 

What's my experience with pricing, setup cost, and licensing?

Lambda is an affordable solution. They offer free requests every month and charge per the compute time. If you are working in a big organization, usually AWS offer a savings plan where you get approximately 70% discount on pricing.

If one is very affordable and ten is expensive, I would rate this solution a two out of ten. Costing is per account. Production will involve a higher cost. 

What other advice do I have?

If you are planning to implement the solution using scripting language like Node.js or Python, it's better to rather use traditional programming language like Java, or .NET, because Lambda runs faster and more efficiently. We implement it using these scripting languages as the first choice.  

It is important to understand your use case properly and if Lambda is a good fit. Solutions such as Docker, Kubernetes, OpenShift or normal EC2 instances may be a better fit for your business.

I would rate this solution a nine out of ten. It integrates well with variety of AWS services which makes the event-based programming easy. Lambda is well suited to a variety of use cases or applications.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company has a business relationship with this vendor other than being a customer. Partner
PeerSpot user
Assistant Consultant at a logistics company with 10,001+ employees
Real User
Aug 8, 2022
Simple to code, straightforward initial setup, and good support
Pros and Cons
  • "The valuable feature of AWS Lambda is the ease of coding. It is easier to code using the solution."
  • "We migrated from an on-premise server to the cloud with the Lamda solution and we found it less than one-10th of the cost of what it used to be."
  • "AWS Lambda can improve its file system-based sharing capabilities and restrictions."

What is our primary use case?

I am using AWS Lambda for building web and mobile applications.

How has it helped my organization?

AWS Lambda has helped my organization by making it easier to code and it is less costly.

What is most valuable?

The valuable feature of AWS Lambda is the ease of coding. It is easier to code using the solution.

What needs improvement?

AWS Lambda can improve its file system-based sharing capabilities and restrictions.

For how long have I used the solution?

I have been using AWS Lambda for approximately six years.

What do I think about the stability of the solution?

AWS Lambda is stable.

What do I think about the scalability of the solution?

The scalability of AWS Lambda is good.

We have approximately 1.3 million users using the application that uses the solution. We have 10,000 to 20,000 new users added every month.

How are customer service and support?

The support from AWS Lambda is good.

I rate the support from AWS Lambda a four out of five.

How was the initial setup?

The initial setup of AWS Lambda is easy. The full implementation took us there to four months.

I rate the setup of AWS Lambda a four out of five.

What about the implementation team?

We did the implementation of AWS Lambda in-house.

What was our ROI?

We migrated from an on-premise server to the cloud with the Lamda solution and we found it less than one-10th of the cost of what it used to be. We have 90 percent savings.

I rate the ROI of AWS Lambda a four out of five.

What's my experience with pricing, setup cost, and licensing?

AWS Lambda license is paid on a monthly basis.

I rate the price of AWS Lambda a four out of five.

What other advice do I have?

My advice to new users is I would recommend strongly going with AWS Lambda for all API-based solutions.

I rate AWS Lambda an eight out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Ansari Rehman - PeerSpot reviewer
AI Engineer at a consultancy with 10,001+ employees
Real User
Top 10
Aug 3, 2022
Advantageous triggering feature but would benefit from enhanced editing functions
Pros and Cons
  • "By using Lambda, we can use Python code and the Boto3 solution."
  • "I have found this solution very useful."
  • "Lambda would benefit from a debugging feature as well."
  • "Technical support can take a long time to respond."

What is most valuable?

I have found this solution very useful. By using Lambda, we can use Python code and the Boto3 solution. 

The triggering feature is also valuable. For example, if we are using Kafka, we need to be aware that the language comes in Kafka when we write in Python, and that we are transforming our data into the meaningful server and dumping that into the S3 bucket.

What needs improvement?

I would like to see a find and replace function as part of Lambda's future releases. Currently, if we want to replace a code, we copy the code into Notepad, then find and replace it, and then copy that to Lambda. This would improve the editing function of the product.

Lambda would benefit from a debugging feature as well. For example, if you want to debug code running in Python and deployed in Lambda, it would be beneficial to have a debugging feature.

For how long have I used the solution?

I have been working with AWS Lambda for one year.

What do I think about the stability of the solution?

The solution is stable. There are times when we do need to refresh when we make changes and deploy them. This seldom occurs.

What do I think about the scalability of the solution?

We have five developers using Lambda. 

How are customer service and support?

Technical support can take a long time to respond. I would rate their service a seven out of 10.

How would you rate customer service and support?

Neutral

How was the initial setup?

The initial setup of AWS Lambda is simple.

What other advice do I have?

I would rate this solution a seven out of ten overall. 

Which deployment model are you using for this solution?

Public Cloud
Disclosure: My company has a business relationship with this vendor other than being a customer. Partner
PeerSpot user
Jawed Iqbal - PeerSpot reviewer
Manager of Systems at Sir Syed University of Engineering and Technology
Real User
Top 5Leaderboard
Apr 17, 2025
Enables cost-efficient and flexible serverless computing
Pros and Cons
  • "I appreciate AWS Lambda for its serverless computing, with charges incurred only for the used instances, and this serverless architecture enables the activation of instances based on task load, contributing significantly to cost efficiency."

    What is our primary use case?

    I use AWS Lambda for serverless computing, and I am charged only for the AWS Lambda instances I use. I value its cost efficiency because it activates instances based on load and tasks initiated.

    What is most valuable?

    I appreciate AWS Lambda for its serverless computing, with charges incurred only for the used instances. This serverless architecture enables the activation of instances based on task load, contributing significantly to cost efficiency.

    What needs improvement?

    Currently, I don't have any specific suggestions for improvements. However, enhancements could be introduced to better satisfy customer requirements.

    For how long have I used the solution?

    I have used AWS Lambda for around two years.

    What was my experience with deployment of the solution?

    The initial setup of AWS Lambda is quite straightforward and easy.

    What do I think about the stability of the solution?

    I rate the stability of AWS Lambda as a ten out of ten, suggesting that it is highly stable.

    What do I think about the scalability of the solution?

    I rate the scalability of AWS Lambda as eight out of ten. Although it is stable and scalable, the number of instances can be optimized for other workloads when needed.

    How are customer service and support?

    I rate AWS Lambda's technical support an eight out of ten. The support can be improved by increasing the number of support personnel.

    How would you rate customer service and support?

    Positive

    How was the initial setup?

    The initial setup of AWS Lambda is quite easy.

    What's my experience with pricing, setup cost, and licensing?

    The pricing of AWS Lambda is reasonable. It's beneficial and cost-effective for users regardless of the number of instances used.

    What other advice do I have?

    I recommend Amazon Web Services Lambda to other users. I rate AWS Lambda as one of the best solutions, giving it a ten out of ten overall.

    Which deployment model are you using for this solution?

    Public Cloud

    If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

    Disclosure: My company has a business relationship with this vendor other than being a customer. Implementer
    PeerSpot user
    Buyer's Guide
    Download our free AWS Lambda Report and get advice and tips from experienced pros sharing their opinions.
    Updated: June 2026
    Product Categories
    Compute Service
    Buyer's Guide
    Download our free AWS Lambda Report and get advice and tips from experienced pros sharing their opinions.