简体   繁体   English

使用AWS或ASK CLI创建完整的Alexa技能

[英]Create a complete Alexa skill with AWS or ASK CLI

Is it possible to create a custom Alexa skill with the back-end Lambda (code) completely from AWS/ASK CLI? 是否可以完全通过AWS / ASK CLI使用后端Lambda(代码)创建自定义Alexa技能? The Lambda interacts with DynamoDB, so it would be ideal to include the provisioning of the DynamoDB backend via the CLI too. Lambda与DynamoDB进行交互,因此理想的是也包括通过CLI来提供DynamoDB后端。

It's not possible to do it with DynamoDB provisioning (otherwise, yes, please check this page ). 使用DynamoDB设置是不可能的(否则,是的,请检查此页面 )。 Here's a feature request for supporting DynamoDB provisioning in the CLI (please vote up!) 这是在CLI中支持DynamoDB设置的功能请求 (请投票!)

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. 如果使用Visual Studio Code,则存在一个扩展,可将ask cli与之集成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM