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.