Skip to content

Serverless plugin to package python layer’s in a custom path

License

Notifications You must be signed in to change notification settings

Fondeadora/serverless-plugin-package-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless package path

Serverless plugin to package python layer’s in a custom path.

This plugin will help if you need to package your service or layer inside a custom path like python/lib/python3.7/site-packages.

plugins:
  - serverless-plugin-package-path # Needs to go before serverless-python-requirements
  - serverless-python-requirements
  
custom:
  packagePath:
    path: python/lib/python3.7/site-packages