Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
Bruno Agutoli edited this page Apr 18, 2020 · 13 revisions

Installing

npm install -D serverless-layers

If you install by yarn or npm it's necessary to enable manually plugin like:

plugins:
  - serverless-layers

or using serverless native plugin installer like:

serverless plugin install --name serverless-layers
Clone this wiki locally