AWS Lambda Function
AWS Lambda is a compute service that lets you run code without provisioning or managing servers.
- high-availability compute infrastructure
- administration of the compute resources: auto scaling, logging, memory, CPU, network etc.
- you only need to supply your code in one of the language runtime that lambda supports