> For the complete documentation index, see [llms.txt](https://karansingh.gitbook.io/ccpnotes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://karansingh.gitbook.io/ccpnotes/other-computing-services/lambda.md).

# Lambda

![](https://2631485220-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJXv4Gg3V752Fm6cAde%2F-MJnByI6427VpgDPTtTY%2F-MJnDMB-VoWqrzxWU1FE%2Fimage.png?alt=media\&token=4ac6c6c4-6ea6-4fa1-bdee-dd3eb7ea4a52)

* 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**.<br>
* **Serverless** - you don't have to manage any servers.<br>
* **Scales automatically** and seamlessly.<br>
* Lots of programming languages are supported.<br>
* **Pricing:**\
  **-** You are charged based on the number of requests for your functions and the time it takes for your code to execute.
