❓Lambda container functions are really useful for data and ML workloads, but sometimes you want to use Python version that AWS do not provide in base images. Also, you may want to use additional packages that are incompatible with Amazon Linux 2. ✅ To address these use cases, you can build your own image as a base image for container.
Share this post
🐾Lambda development - Custom base image🐾
Share this post
❓Lambda container functions are really useful for data and ML workloads, but sometimes you want to use Python version that AWS do not provide in base images. Also, you may want to use additional packages that are incompatible with Amazon Linux 2. ✅ To address these use cases, you can build your own image as a base image for container.