Lambda Container Image
- Deploy Lambda function as a container, up to 10GB from ECR
- Pack complex dependencies in a container
- The base image must implement Lambda Runtime API
- you can create your own image as well, as long as you implement this API
- You can test the containers locally using Lambda Runtime Interface Emulator