Wat is AWS Lambda?
Serverless computing platform that helps businesses build applications, run codes, and automatically execute events across applications
Wie gebruikt AWS Lambda?
Niet door leverancier verstrekt
Waar kan AWS Lambda worden geïmplementeerd?
Cloud, SaaS, Web
Over de leverancier
- Amazon Web Services
- Gevestigd in Seattle, VS
- Opgericht in 2006
Beschikbaar in deze landen
Verenigde Staten
Talen
Engels
Misschien vind je dit ook leuk...

Azure DevOps Services

DigitalOcean

Appfleet

Firebase
Over de leverancier
- Amazon Web Services
- Gevestigd in Seattle, VS
- Opgericht in 2006
Beschikbaar in deze landen
Verenigde Staten
Talen
Engels
Video's en afbeeldingen van AWS Lambda

Vergelijk de kosten van AWS Lambda met soortgelijke producten
Functies van AWS Lambda
Reviews over AWS Lambda

Abhishek P.
Overwogen alternatieven:
AWS Lambda is Best for Serverless Application
Opmerkingen: Its best thing is processing speed. and it is one of the best solution for Serverless application.
Pluspunten:
It has the best serverless solution we can use many languages and its integration with other AWS Services is also a great point towards this product through which we can easily connect all other services.
Minpunten:
It has the Limit for the cache folder which is a limitation. Time Limit on execution is one more limitation
Abhinav J.
Overwogen alternatieven:
Best and highly scalable serverless programming ecosystem in market
Opmerkingen: it's a awesome thing to learn and use in daily life. I deploy lot of my applications using aws lambdas. It's fast and scalable and I love this experience.
Pluspunten:
Aws lambdas provides devloper a tool that can manage all there deployment and scalability. Coders can just focus on logic and codebase and aws lambdas take care of rest. It's auto scalable feature is super useful for dynamic traffic.
Minpunten:
it's bit costly compared to normal ec2 machine tho we can minimise the cost with lambdas auto turn off when not in use feature. Other then this it's not easier to get directly hands, I found it bit trickier at first glance.
Geverifieerde reviewer
I may buy my own server as i find difficult reading now
Opmerkingen: Like if you have no knowledge about the server than AWS can fool you into considering that AWS is for every developer. However, One can buy there own server but you have to pay huge money from pocket
Pluspunten:
That I really don't have to buy a server for a small websites
Minpunten:
Even for a small change/integration, I have to use there other services which charge little money
Ashveen B.
Excellent add-on for your integrations
Opmerkingen: I use it for a variety of cases such as thumbnail generation, email notifications, url rewriting, websockets chat. It has always delivered and never had issues with uptime or capacity.
Pluspunten:
Easy to integrate with other AWS services through node.js or python code. This is my preferred way to extend services for adhoc customizations. With step-functions, one can go even further with chaining of functions.
Minpunten:
Debugging, testing deployments and logs can be somewhat tedious.
Geverifieerde reviewer
Great, but needs a different mindser
Opmerkingen: Overall I have had a great experience with AWS Lambda, it is a very powerful tool and it has a lot of potential. I would definitely recommend giving it a try if you are looking for an easy way to run small pieces of code in the cloud.
Pluspunten:
I think the biggest pro of AWS lambda itself is that is an AWS service, this makes integrating other AWS services straightforward, SQS, SNS, Dynamodb, Appsync, APIGateway, IAM, to name a few, are some of the services I had a really pleasant experience to integrate with. Another Pro I would say is the ease of development, you can write your code in either Java, Node.js, Python or Go and deploy it easily using CDK or Serverless framework. The pricing is also very attractive, you are only charged for the time your code is running and the amount of memory you use although its a little bit pricey compared to other solutions like firebase functions or cloudfare workers.
Minpunten:
The biggest cons I have noticed when using lambdas are: - Cold starts: when your function is not already running in memory and needs to be spun up, this can take a few seconds and during this time your function is not available, really discouraging the development of lambda functions in JVM languages or others that have a big runtime - Observability: while it's true that you have logs out of the box in AWS Cloudwatch/CloudTrail and Xray metrics, observability is not the greatest, for instance log text search is not something you get. Usually this is solved by adding another provider like ELK stack or Lumigo. - Vendor lock-in(if applies) : Taking advantage of all the benefits of running functions on AWS may not be the greatest idea when you care about vendor lock-in and you are looking for a cloud agnostic solution this would have an impact also in pricing as AWS is not the cheapest cloud provider.