DieProduktMacher / serverless-env-generator

A Serverless 1.x plugin to manage environment variables with YAML and turn them into a .env file on deployment. Supports encryption with KMS, multiple stages and custom profiles.
MIT License
31 stars 11 forks source link

Support for serverless-webpack plugin #4

Closed Enase closed 5 years ago

Enase commented 6 years ago

Do we have any chance to add support for serverless-webpack plugin?

Enase commented 6 years ago

BTW: it's just enough to add a few hooks

      'before:invoke:local:invoke': this.writeDotEnvFile.bind(this),
      'after:invoke:local:invoke': this.removeDotEnvFile.bind(this),
Enase commented 5 years ago

Fixed about a year ago here https://github.com/DieProduktMacher/serverless-env-generator/pull/6 but nobody cares, so close it on my own.