[site](https://aws.amazon.com/lambda/)
[[AWS]] Lambda uses [[Serverless computing]] to provision infrastructure for you in the background, letting you just upload your code and not need to worry about the administration of the infrastructure.
Lambda functions can be written in:
- [[NodeJS]]
- [[Python]]
- [[Go]]
- [[Java]]