Skip to content

Instantly share code, notes, and snippets.

@328
Created March 31, 2019 12:41
Show Gist options
  • Save 328/27ea49c4b903a94287b6c656bef3403b to your computer and use it in GitHub Desktop.
Save 328/27ea49c4b903a94287b6c656bef3403b to your computer and use it in GitHub Desktop.
alexaSkillをトリガーにLambdaを実行させる
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