artsy / elderfield

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

Have separate staging/dev and production environments #59

Open ashkan18 opened 7 years ago

ashkan18 commented 7 years ago

Currently when we update our lambda function with apex it creates a new version and updates current version. Both our test and live alexa app setup are pointing to current so they both get the latest code.

We should create $PROD a $STAGING aliases and update $PROD to point to latest version when we are happy with the changes.

related to https://github.com/artsy/elderfield/issues/17

dblock commented 7 years ago

It would be great to document thoroughly how to do a Lambda deployment for an alexa-app skill in https://github.com/alexa-js/alexa-app.

ashkan18 commented 7 years ago

Makes sense, will do that 👍