Is it possible to create a custom Alexa skill with the back-end Lambda (code) completely from AWS/ASK CLI? The Lambda interacts with DynamoDB, so it would be ideal to include the provisioning of the DynamoDB backend via the CLI too.
Asked
Active
Viewed 79 times
2 Answers
1
It's not possible to do it with DynamoDB provisioning (otherwise, yes, please check this page). Here's a feature request for supporting DynamoDB provisioning in the CLI (please vote up!)

German
- 10,263
- 4
- 40
- 56
0
Yes, it's very much possible. Here is the documentation. If you use Visual Studio Code then there is an extension that integrates ask cli with it.

bal simpson
- 186
- 8