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

Does this handle layer deployments? #14

Open chris-hinds opened 3 years ago

chris-hinds commented 3 years ago

Does this serverless plugin also ensure the layers are deployed or do we need to do that separately?

Jeff-Tian commented 3 years ago

I am using this plugin to deploy my lambdas (https://github.com/Jeff-Tian/serverless-space), and found it ensures the layer deployment, so you don't need to do it separately.

You can test the working repo by serverless deploy. The layer will be automatically deployed and linked to the lambda.