AWS Lambda#

Resources#

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)