Alexa Source
See Alexa sample for an example of how to use an Alexa skill as source.
Syntax
Alexa: String|Expression
Properties
Alexa
-
The
Alexa
attribute can either specify an Alexa Skill ID or the wildcard value ("*"
) to allow any Alexa skill to invoke it.Required: Yes
Type: String or Expression
Examples
Allow any Alexa skill to invoke this function.
Function: MyFunction
Memory: 128
Timeout: 15
Sources:
- Alexa: "*"
Use Alexa Skill ID specified by a module variable.
Function: MyFunction
Memory: 128
Timeout: 15
Sources:
- Alexa: !Ref MyAlexaSkillID