ServerlessDays Warsaw, October 20th, 2021
Serverless functions have been designed from the start for simplicity, providing a managed runtime to execute your code. But code can include different kinds of dependencies, such as libraries, machine learning models, or graphical assets such as fonts. To help you with these use cases, AWS Lambda now supports container images as a packaging format. Let’s see how this works, when to use it, and how to build container images that work with both functions and traditional container environments.