Skip to content

yoshiki-0428/python-lambda-time-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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の設定