Favourite things we learned:
“In 2020, the median Lambda invocation took just 60 milliseconds—about half of the previous year’s value. One possible explanation is that more organizations are following Lambda best practices and designing functions to be highly specific to their workloads, which helps reduce the duration of invocations.”
“Most CloudFormation stacks include only one Lambda function” Why? These lambdas are doing simple auxiliary jobs, organisations are still in the early stage of adoption, or… monolithic Lambda functions 😱