Giter VIP home page Giter VIP logo

alexa-skill-http-status-code's Introduction

alexa-skill-http-status-code

はじめに

ALEXAスキル「HTTPステータス検索」のリポジトリです

スキルについて

詳細は以下をご覧ください

https://kun432.github.io/works/alexa-skill-http-status-search/

必要なもの

  • Amazon Echo
  • Amazonアカウント
  • AWSアカウント

使い方

詳細は割愛。手順未検証ですので、不備あればissueまで。

1. レポジトリをclone

$ git clone https://github.com/kun432/alexa-skill-http-status-code
$ cd alexa-skill-http-status-code

2. Alexa Skills Kitの設定

  • Alexa Developer Portalでスキル作成
    • 「デフォルトの言語」は「日本語」
    • スキルモデルは「カスタム」
  • JSONエディター画面で、models/ja-JP.jsonをドラッグ&ドロップ
  • モデルを保存・ビルド
  • エンドポイントで「AWS LambdaのARN」を選択し、スキルIDを控えておく。

3. Lambdaの設定

  • 関数を作成
    • ランタイムは、Node.js 8.10
    • トリガーの追加でAlexa Skills Kitを選択
      • トリガーの設定で、スキルID検証を「有効(推奨)」
      • スキルIDに、Alexa Developer Portalで控えておいたスキルIDを入力
  • レポジトリ内のソースコードをZIPパッケージ化
$ cd lambda/custom
$ npm install
$ zip -r ../custom.zip *
  • Lambdamに上記ZIPをアップロード
  • LambdaのARNを控えておく

4. Clovaスキル側のExtension Serverの設定

  • Alexa Developer PortalでスキルのエンドポイントにLambdaのARNを入力

alexa-skill-http-status-code's People

Contributors

kun432 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.