1.1.0 • Published 7 years ago

serverless-package-lib v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

serverless-package-lib

📦 Deploy Python Lambda functions with custom dependencies stored in a lib folder

Before deploying, this Serverless plugin symlinks third-party libraries from a lib folder to the root directory of your service so that imports work in the deployed python functions.

Installation

npm i serverless-package-lib --save-dev

Usage

server: your-service

plugins:
  - serverless-package-lib

functions:
  # Your functions here

custom:
  packageLib:
    libFolder: './my-lib' # Optional because the default is './lib'
1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago