Skip to content

Deployment

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

Update version

# just for a small patch (1.1.1 => 1.1.2)
./bin/bump-version

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

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

☝️should be run from the root directory of the repository

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