All Projects → ACloudGuru → serverless-plugin-package-dotenv-file

ACloudGuru / serverless-plugin-package-dotenv-file

Licence: MIT license
A Serverless plugin to copy a .env file into the serverless package

Programming Languages

javascript
184084 projects - #8 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].