Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

Installing

Bruno Agutoli edited this page Apr 18, 2020 · 6 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