Open chris-hinds opened 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.
Does this serverless plugin also ensure the layers are deployed or do we need to do that separately?