Skip to main content
TrustRadius
AWS Lambda

AWS Lambda

Overview

What is AWS Lambda?

AWS Lambda is a serverless computing platform that lets users run code without provisioning or managing servers. With Lambda, users can run code for virtually any type of app or backend service—all with zero administration. It takes of requirements to…

Read more
Recent Reviews

AWS Lambda for developers

9 out of 10
May 12, 2021
AWS Lambda serves various purpose accross teams
1. We mainly use AWS Lambda when we have very short time to productionise code and have …
Continue reading
Read all reviews

Awards

Products that are considered exceptional by their customers based on a variety of criteria win TrustRadius awards. Learn more about the types of TrustRadius awards to make the best purchase decision. More about TrustRadius Awards

Return to navigation

Pricing

View all pricing

128 MB

$0.0000000021

Cloud
Per 1 ms

1024 MB

$0.0000000167

Cloud
Per 1 ms

10240 MB

$0.0000001667

Cloud
Per 1 ms

Entry-level set up fee?

  • No setup fee

Offerings

  • Free Trial
  • Free/Freemium Version
  • Premium Consulting/Integration Services
Return to navigation

Product Demos

AWS Lambda | What is AWS Lambda | AWS Lambda Tutorial for Beginners | Intellipaat

YouTube
Return to navigation

Product Details

What is AWS Lambda?

AWS Lambda is a serverless computing platform that lets developers run code without provisioning or managing servers. With Lambda, users can run code for virtually any type of app or backend service—all with zero administration. It takes care of requirements to run and scale code with high availability. Users pay only for the compute time they consume—there is no charge when their code is not running.

Developers uploading to Lambda don’t have to deal with their code’s environment. It’s a “serverless” service which lets outside code or events invoke functions. Lambda doesn’t store data, but it allows access to other services which do. Users can set up their code to automatically trigger from other AWS services or call it directly from any web or mobile app.

AWS Lambda Technical Details

Deployment TypesSoftware as a Service (SaaS), Cloud, or Web-Based
Operating SystemsUnspecified
Mobile ApplicationNo

Frequently Asked Questions

AWS Lambda is a serverless computing platform that lets users run code without provisioning or managing servers. With Lambda, users can run code for virtually any type of app or backend service—all with zero administration. It takes of requirements to run and scale code with high availability.

Reviewers rate Usability highest, with a score of 9.

The most common users of AWS Lambda are from Mid-sized Companies (51-1,000 employees).
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(353)

Attribute Ratings

Reviews

(26-44 of 44)
Companies can't remove reviews or game the system. Here's why
Score 8 out of 10
Vetted Review
Verified User
Incentivized
  • AWS Lambda allows us to migrate off our 3rd Party ETL platform, reducing costs by 80% (no longer paying for licensing fee and server cost).
  • It allows us to outsource independent functions to contractors and easily integrate this back into our core process.
April 12, 2019

Best Cloud Platform

Score 9 out of 10
Vetted Review
Verified User
Incentivized
  • Debugging - Debugging using the Lambda functions has become easier.
  • Easy to set up and run.
  • Scalability is automatic and does not need too much mind-boggling work.
February 09, 2019

The Serverless Standard

Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • AWS Lambda has allowed our data science team to rapidly deliver RESTful APIs for machine learning features without engineering support
  • AWS Lambda and API Gateway allow our developers to rapidly develop background jobs and services without configuring and maintaining infrastructure, application servers, reverse proxies, etc.
  • Lambda integrates well with other AWS products; we don't have to implement as much "glue" code.
Fedor Paretsky | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User
Incentivized
  • Positive - Only paying for when code is run, unlike virtual machines where you pay always regardless of processing power usage.
  • Positive - Scalability and accommodating larger amounts of demand is much cheaper. Instead of scaling up virtual machines and increasing the prices you pay for that, you are just increasing the number of times your lambda function is run.
  • Negative - Debugging/troubleshooting, and developing for lambda functions take a bit more time to get used to, and migrating code from virtual machines and normal processes to Lambda functions can take a bit of time.
Score 8 out of 10
Vetted Review
Verified User
Incentivized
  • I was able to perform a lot of processing on data delivered from my website and little or no cost. This was a big plus to me.
  • Programming AWS Lambda is quite easy once you understand the time limits to the functions.
  • AWS Lambda has really good integration with the AWS S3 storage system. This a very good method of delivering data to be processed and a good place to pick it up after processing.
Score 9 out of 10
Vetted Review
Verified User
Incentivized
  • Really cost-effective way to automate tasks, run microservices, etc.
  • Saves a lot of time not having to worry about the environment, architecture, etc.
  • Allows us to use other programming languages than those supported by our server architecture
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • Lambda allowed us to write code quickly without having to worry about managing the underlying infrastructure that it runs on
  • Saved us dev time as they're easy to write and iterate on
  • Helps us with a lot of situations where we need to automate our tasks
Kevin Van Heusen | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User
Incentivized
  • AWS has sped up the time to implement some functionality since we could create a Lambda function to do the work quickly
  • Lambda has reduced costs for cases which would normally require a standalone server
  • Lambda has improved resiliency of some backend functions because we don't have to worry about normal redundancy of standalone servers
Andrew Raines | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • We've been able to replace some existing long-running services with Lambda-based services and turn the old ones off. Due to the fact that we now only pay for usage rather than having to keep services running 24/7 and scaling them ourselves, we've dramatically reduced costs (around 90%) as well as complexity and maintenance overheads.
Return to navigation