Amazon Alexaask-cliask-sdk

Launch the Alexa Skill template (AWS CloudFormation & TypeScript)

In ASK CLI(v2), we can use specific template(Git repository) to setup your Alexa skill project. Today, I&#8217 […]

広告ここから
広告ここまで

In ASK CLI(v2), we can use specific template(Git repository) to setup your Alexa skill project.

$ ask new --template-url https://github.com/XXXX/xxx.git

Today, I’ve created a new Skill template to the skill developer using TypeScript and AWS CloudFormation.

Usage

Use my template repository like the example.

% ask new  --template-url https://github.com/hideokamoto/alexa-skill-sample-helloworld-typescript.git

And please say “Yes” in this question.

> ? Would you like to continue download the skill template? Yes

Finally, we get the skill project.

% tree alexa-skill-sample-helloworld-typescript -L 3 -I node_modules
alexa-skill-sample-helloworld-typescript
├── LICENSE.txt
├── ask-resources.json
├── hooks
│   └── build.sh
├── infrastructure
│   └── cfn-deployer
│       └── skill-stack.yaml
├── lambda
│   ├── package.json
│   ├── src
│   │   ├── index.ts
│   │   └── util.ts
│   ├── tsconfig.json
│   └── webpack.config.ts
└── skill-package
    ├── assets
    │   ├── en-US_largeIcon.png
    │   └── en-US_smallIcon.png
    ├── interactionModels
    │   └── custom
    └── skill.json

9 directories, 12 files

ブックマークや限定記事(予定)など

WP Kyotoサポーター募集中

WordPressやフロントエンドアプリのホスティング、Algolia・AWSなどのサービス利用料を支援する「WP Kyotoサポーター」を募集しています。
月額または年額の有料プランを契約すると、ブックマーク機能などのサポーター限定機能がご利用いただけます。

14日間のトライアルも用意しておりますので、「このサイトよく見るな」という方はぜひご検討ください。

広告ここから
広告ここまで

Related Category posts