• 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
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