artsy / elderfield

The Artsy Alexa (Echo) skill.
MIT License
33 stars 8 forks source link

Replace production .env file by newly added lambda environment variables #23

Closed dblock closed 7 years ago

dblock commented 8 years ago

See https://aws.amazon.com/blogs/aws/new-for-aws-lambda-environment-variables-and-serverless-application-model, no need for a custom production env or code anymore!

ashkan18 commented 7 years ago

So just to make sure I understand, here we want to remove env variables from .env.json and project.json and set them in Lambda env variable setting, right?