0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【初心者向け】LambdaとAlexaスキルの連携設定

Last updated at Posted at 2020-03-02

#LambdaとAlexaスキルの連携設定
前の記事:LambdaでAlexaカスタムスキルと連携する関数を作成
###スキルIDの表示
スキルの一覧に戻り該当スキルの「スキルIDの表示」を押下する
4-1.png

###スキルIDのコピー
表示されたスキルIDをコピーしておく
4-2.png

###Lambdaトリガーの設定
Lambdaに戻り「Designer」を開き「トリガーを追加」を押下
4-3.png

###トリガーの追加
トリガーの設定のプルダウンより「Alexa Skills Kit」を選択
4-4.png

###スキルIDの登録
トリガーの設定の「スキルID」に先ほど4-2でコピーしたスキルIDを貼り付け「追加」を押下
4-5.png

###トリガーがの設定完了
トリガーが正常に登録できれば以下画面が表示されます
右上のコピーアイコンをクリックしてARNをコピーしてください
4-6.png

###ARNのコピー
成功メッセージが表示されるとクリップボードにARNがコピーされます
4-7.png

###エンドポイントの設定
alexaに戻り左側のメニューより「エンドポイント」を選択
「AWS LambdaのARN」を選択
4-8.png

###エンドポイントの追加

  • 「デフォルトの地域」に先ほどコピーしたARNを貼り付け
  • 上部にある「エンドポイントを保存」を押下し、Lambdaとalexaの連携を完了させます
    4-9.png

###マニュフェストの保存成功メッセージが表示されます
4-10.png

###次の記事

###関連記事

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?