Deploy with existing AWS Layers

Hi,

Is it possible to use serverless with existing layers? AWS recently made a Scipy/Numpy layer available for python but I can’t see a way to include this in my yml file.

Having read this it seems I would have to build each layer I need to use? Is this correct?

thanks

Try serverless-layers plugin.

Hi, did you solved it? How?
I recently experienced the same problem, solved by creating local serverless plugin, see example here: https://github.com/huksley/github-deploy-s3-function/tree/master/serverless-existing-layer