mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
917 B
917 B
Read this on the main serverless docs site
Alexa Skill
Event definition
This will enable your Lambda function to be called by an Alexa skill kit.
functions:
mySkill:
handler: mySkill.handler
events:
- alexaSkill
You can find detailed guides on how to create an Alexa Skill with Serverless using NodeJS here as well as in combination with Python here.