By default Serverless packages whole contents of service folder in which lambda was configured, it raises issues in projects where we maintain many functions under one service.
This plugin ensures that it is only dependencies of given lambda that are packaged and deployed to remote instance
$ npm install serverless-plugin-reducer
Configuration (within serverless.yml
)
individually: true
for package
group. (See Packaging functions separately)package: individually: true
serverless.yml
plugins: - serverless-plugin-reducer
include
option as e.g.functions: hello: handler: handler.hello package: include: - non-node-js-module.txt - required-through-dynamic-path.js
custom: reducer: ignoreMissing: true
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4