!!! AWS Lambda !! Resources * [https://en.wikipedia.org/wiki/AWS_Lambda] * [Getting Started with AWS Lambda|https://docs.aws.amazon.com/lambda/latest/dg/getting-started.html] You pay for the execution time of your function, rounded to 100 ms.\\ As event source you can have S3 buckets, DynamoDB and API Gateway (web requests).\\ !! Questions / things to find out * configuration, how to configure your app? * logging, where does the output of the app go? * (blue/green) deployment * security / context, what options are there? * throttling options? * monitoring (throughput and response times)