Last updated
Last updated
Instead of running servers like EC2 where you pay for the instance, in Lambda, you run the functions you want to do and you only pay for the compute time you use.
Serverless - you don't have to manage any servers.
Scales automatically and seamlessly.
Lots of programming languages are supported.
Pricing: - You are charged based on the number of requests for your functions and the time it takes for your code to execute.