garnaat / kappa

What precedes Lambda
http://kappa.readthedocs.org/en/develop/
Apache License 2.0
902 stars 89 forks source link

Support Environment Variables #101

Closed filipninja closed 7 years ago

filipninja commented 7 years ago

AWS Lambda now support environment variables, which is much better way of providing environment specific configuration then bundling json files.

https://aws.amazon.com/about-aws/whats-new/2016/11/aws-lambda-supports-environment-variables/ http://docs.aws.amazon.com/lambda/latest/dg/env_variables.html

Could it be supported by kappa?

filipninja commented 7 years ago

oh, there is already pull request for that. Any chance for merge and release?

josegonzalez commented 7 years ago

Link?

filipninja commented 7 years ago

https://github.com/garnaat/kappa/pull/98

josegonzalez commented 7 years ago

It was merged.