# Are there many people using ECR for serverless in production?

**URL:** https://forum.serverless.com/t/are-there-many-people-using-ecr-for-serverless-in-production/15195
**Category:** Serverless Framework
**Created:** [June 2, 2021, 7:27am UTC](https://forum.serverless.com/t/are-there-many-people-using-ecr-for-serverless-in-production/15195 "2021-06-02T07:27:26Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Artik](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.serverless.com/artik/32/5809_2.png) [@Artik](https://forum.serverless.com/u/Artik)
#### Post date: [June 2, 2021, 7:27am UTC](https://forum.serverless.com/t/are-there-many-people-using-ecr-for-serverless-in-production/15195/1 "2021-06-02T07:27:26Z")

</div>

I’ve tried ECR for my Python/Django applications and it’s really a gift from heaven:

- No Lambda layers
- No pythonRequirements
- No 250MB limit
- Linux dependencies are simply installed by `yum` in Dockerfile along with requirements.txt
- Easy to set up caching of Docker layers in CI/CD, so the builds might be very fast

On the other hand – a lot of existing things are not working:

- Serverless dashboard doesn’t support functions inside an image
- Warmup plugin is not warming up functions inside an image
- Offline plugin is not working

I’m pretty sure that other things won’t work out of the box like offline SNS, SQS, etc

Also, maybe it’s time to add an ECR tag to this forum?

---

<div class="post-metadata">

### Author: ![beenmeckel](https://avatars.discourse-cdn.com/v4/letter/b/8dc957/32.png) [@beenmeckel](https://forum.serverless.com/u/beenmeckel)
#### Post date: [June 15, 2021, 9:10pm UTC](https://forum.serverless.com/t/are-there-many-people-using-ecr-for-serverless-in-production/15195/2 "2021-06-15T21:10:19Z")

</div>

I’ve tried ECR for my Python/Django applications and it’s really a gift from heaven: no layers, no pythonRequirements, no 250MB limit, Linux dependencies are simply installed by `yum` in Dockerfile On the other hand – all existing things are not working: - Serverless dashboard doesn’t support functions inside an [Kodi](https://kodi.software/) [nox](https://nox.uno/) image
