Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.02 KB

readme.md

File metadata and controls

40 lines (30 loc) · 1.02 KB

TimeManagementApp from Alexa

Description

Alexaに自分の〇〇のタスクの時間を登録することができます。

  • Conversation Example(会話の例)
  1. 時間管理アプリを開いてyoutubeの時間を記録して
  2. 四時間
  3. 今日のyoutubeの時間を教えて
Need Tools
How to Deploy
  1. aws configure
  2. Set your aws configure
  3. lambda-uploader
How to local execution lambda

When execution is desired on the console that with the following sentences!

python-lambda-local --function lambda_handler --timeout 5 aws_lambda/main.py aws_lambda/event/Launch.json

Execution json type

Launch.json
GetTimeIntent.json
RegisterTaskIntent.json
RegisterTimeIntent.json
TODO
  • dynamoDB localの設定