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.
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 tocurrent
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