• Pricing
© 2025 Serverless, Inc. All rights reserved.
Terms of ServicePrivacy Policy
ACloudGuru

Serverless Plugin Package Dotenv File

by

A Serverless plugin to copy a .env file into the serverless package

0
13
  1. Serverless Plugin Package Dotenv File

Serverless Package Env Plugin Build Status

A Serverless plugin to copy a .env file into the serverless package

Installation

npm i serverless-plugin-package-dotenv-file

Usage

service: your-service
...
custom:
  packageEnv:
    fileName: .env-${env:ENVIRONMENT}

plugins:
  - serverless-plugin-package-dotenv-file

Contents

  • Serverless Package Env Plugin
  • Installation
  • Usage

Related

GuidesPluginsExamplesSlack CommunitySupport