-
Notifications
You must be signed in to change notification settings - Fork 42
draft alexa skill
Eugene Krevenets edited this page Apr 3, 2018
·
12 revisions
-
ask clone --skill-id <skill-id>more - create skill
- ask init
- ask deploy # it will create dedicated skill
- Add DynamoDB permission to your Lambda function
- connect to AWS Console
- add attach
AmazonDynamoDBFullAccess
- What is the right way to create draft/dev copy of production skill?
- setup AWS credentials
- Could I use a local server with ngrok without deploying to Amazon clouds?