henhal / serverless-plugin-layer-manager

Plugin for the Serverless framework that offers improved AWS Lambda layer management
MIT License
12 stars 8 forks source link

Retain broken #2

Closed mcbain closed 4 years ago

mcbain commented 4 years ago

Can your plugin fix https://github.com/serverless/serverless/issues/6769?

henhal commented 4 years ago

The plugin doesn't deal with the actual creation or deletion of CF resources, so no I'm afraid not. It merely fixes some issues in the pre-deploy step related to referencing individual layer versions (which, indeed, is useful when using retain: true).

mcbain commented 4 years ago

Thanks, currently only a downgrade of serverless to 1.43.0 works for me