Skip to content

Deployment

Eugene Krevenets edited this page Jul 20, 2018 · 8 revisions

Update version

  • usually, you would like to update the version of the app before deploying it. We have dedicated script which could run as:
# just for a small patch (1.1.1 => 1.1.2)
./bin/bump-version

# for minor update
./bin/bump-version minor (1.1.1 => 1.2.0)

# and major update
./bin/bump-version major (1.1.1 => 2.0.0)

Google Action

Alex Skill

  • AWS Lambda setup:
    • Function code / Handler should be index-alexa.handler
    • Environment variables / define env variable DEBUG to ia:*
  • IAM:
    • AWS Lambda Role should have permission AmazonDynamoDBFullAccess

Clone this wiki locally