agutoli / serverless-layers

Serverless.js plugin implementing AWS Lambda Layers, reducing lambda size, warm-up, and deployment time.
MIT License
229 stars 54 forks source link

Utilizing the `provider.layers` rather than `function.layers` when possible closes #88 #89

Closed Shereef closed 2 years ago

Shereef commented 2 years ago

Utilizing the provider.layers rather than function.layers when possible closes #88

agutoli commented 2 years ago

I've merged this feature in a new branch. I've created a new branch serverless-layers@2.5.4-beta.0 which contains those changes, including packageManagerExtraArgs option.

agutoli commented 2 years ago

Thank you for your help, @Shereef ! I do appreciate!

Shereef commented 2 years ago

You are very welcome. thanks for the amazing plugin!