aws / aws/serverless-application-model

AlexaSkillEvent only add permission but not hook up

Open
#613 5 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.