DEV Community

Discussion on: Put a Tensorflow model into production with AWS Lambda, Docker, and AWS CDK

Collapse
 
seanroberts profile image
Sean Roberts

Why not put the model in the Docker Container rather than attaching it to EFS? Lambda has a 10GB limit for containers, that should be enough for most models.