Tracked
- NPM Downloads Last Month
- 3986
- Issues
- 0
- Stars
- 0
- Forks
- 0
- Watchers
- 0
A serverless plugin to allow custom S3Bucket and S3Key path when packaging Lambda Functions and Layers
Install to your Serverless project via npm
$ npm install --save serverless-package-location-customizer
Add the plugin to your serverless.yml
# serverless.yml
plugins:
- serverless-package-location-customizer
Run serverless package command with the following paramters
serverless package --stage production --s3-bucket my-deployment-packages --s3-path /my-product/v1.2.3-45/