Created
March 31, 2019 12:41
-
-
Save 328/27ea49c4b903a94287b6c656bef3403b to your computer and use it in GitHub Desktop.
alexaSkillをトリガーにLambdaを実行させる
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service: subscribe-event-lambda | |
provider: | |
name: aws | |
runtime: nodejs8.10 | |
memorySize: 128 | |
timeout: 60 | |
stage: dev | |
versionFunctions: 1 | |
region: ap-northeast-1 | |
functions: | |
hello: | |
handler: handler.hello | |
events: | |
- alexaSkill: __SKILLID__ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment