AWS Lambda introduced support for container-based functions, and the initial reaction from the community was mostly negative. However, Lambda is not meant to run large applications, but rather small bits of code that can scale widely and execute many functions simultaneously. The main challenge with container-based Lambda functions is the cold start performance penalty, but the AWS Lambda team has put a tremendous amount of work into improving this aspect.
















