chalice icon indicating copy to clipboard operation
chalice copied to clipboard

Preserve Custom Lambda Layers

Open antonpirker opened this issue 3 years ago • 2 comments

First of all: Chalice is amazing! Great Job!

Now the "issue":

I have a third party Lambda Layer that I add to all my Lambda functions. I have a Chalice project with automatic_layer: True so it is creating a Lambda Layer with shared code. After each chalice deploy I have to add my third party Lambda Layer again to all my Lambda functions. Could chalice deploy check for custom Lambda Layers that are not generated by Chalice and re-apply them after a new version was deployed?

This would be great!

antonpirker avatar Apr 21 '22 14:04 antonpirker

I am curious as well to know if this is possible. Much the same as others posting issues within this repo, I too desire integration NewRelic's Python agent and/or NR's Lambda layer for full APM support.

devoredevelops avatar May 02 '22 17:05 devoredevelops