• Pricing
© 2026 Serverless, Inc. All rights reserved.

Framework

  • Overview
  • Documentation
  • Plugins360
  • Pricing

Learn

  • Blog
  • GuidesUpdated
  • Examples240
  • Courses

Resources

  • Support
  • Security
  • Trust Center
  • Status

Community

  • Slack
  • GitHub47k
  • Forum
  • Meetups

Company

  • About
  • Careers
  • Contact
  • Partners

Legal

  • Terms of Service
  • Privacy Policy
  • Trademark
  • DMCA
cipri-p

Serverless Package Location Customizer

by

A serverless plugin to allow custom S3Bucket and S3Key path when packaging Lambda Functions and Layers.

0
3
  1. Serverless Package Location Customizer

serverless-package-location-customizer

serverless npm license

A serverless plugin to allow custom S3Bucket and S3Key path when packaging Lambda Functions and Layers

Installation

Install to your Serverless project via npm

$ npm install --save serverless-package-location-customizer

Usage

Add the plugin to your serverless.yml

# serverless.yml

plugins:
  - serverless-package-location-customizer

Run serverless package command with the following paramters

  • --s3-bucket name of the deployment bucket
  • --s3-path path to the packaged inside the deployment bucket

Example

serverless package --stage production --s3-bucket my-deployment-packages --s3-path /my-product/v1.2.3-45/

Contents

  • serverless-package-location-customizer
  • Installation
  • Usage
  • Example

Related

GuidesPluginsExamplesSlack CommunitySupport