0

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.

Web User
  • 7,438
  • 14
  • 64
  • 92

2 Answers2

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