aws / aws/serverless-application-model
AlexaSkillEvent only add permission but not hook up
Open
area/event-source
maintainer/need-response
type/function/new-event-source
- Dominant language
- Python
- Stars
- 9.6k
- Forks
- 2.5k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 7
Description
**Description:**
I'm trying to add Alexa Skill Kit Trigger/Event to Lambda function, by doing the below
` Events:
AlexaSkillEvent:
Type: AlexaSkill`
in SAM template.
I can see in CloudFormation, there is AWS::Lambda::Permission added. But there's no trigger added to lambda.
Is it because I didn't provide skill ID?
**Steps to reproduce the issue:**
1. Add AlexaSkillEvent under function's properties.
**Observed result:**
Lambda got deployed without Alexa Skill KIt trigger.
**Expected result:**
Lambda got deployed with Alexa Skill KIt trigger.
Contributor guide
Assessment
This issue has not been assessed yet.