serverless-dotenv
v1.0.0-beta.2
Published
A simple dotenv plugin for the [Serverless](https://serverless.com/) framework.
Readme
dotenv
A simple dotenv plugin for the Serverless framework.
Getting started
npm install --save-dev serverless-dotenvand in serverless.yml:
plugins:
- serverless-dotenvThat's it. It will load all .env file's environment varibles into the Lambda functions when deployed.
