Chalice: Support for container images

Created on 9 Dec 2020  路  3Comments  路  Source: aws/chalice

Is it currently possible or is it planned to support custom containers?

Lambda announcement

One of the limitations that seems to appear again and again is the 250MB limit of lambda package. This new feature seems to solve that! (in addition to other use cases)

feature-request

Most helpful comment

Yeah this is great! There are some additional requirements needed to make this work (ECR repo along with pushing updated images) so we'd need to figure out the best way to make this work without requiring a lot of management overhead. But I'm marking this as a feature request, and if anyone else would like this, please feel free to vote (:+1:) for this issue.

All 3 comments

Yeah this is great! There are some additional requirements needed to make this work (ECR repo along with pushing updated images) so we'd need to figure out the best way to make this work without requiring a lot of management overhead. But I'm marking this as a feature request, and if anyone else would like this, please feel free to vote (:+1:) for this issue.

I would be interested in help out with this. A couple of things which should be considered:

  • configurable ECR, we should be able to pass in existing but have Chalice create one if there is a Dockerfile present or something.
  • Permission on running / configuring container workloads.

Also how are people doing this currently? Terraform?

Was this page helpful?
0 / 5 - 0 ratings