Last active
June 9, 2019 05:41
-
-
Save satr/1351fe2d35f589e244dd7e14612e91ab to your computer and use it in GitHub Desktop.
Alexa Proactive event property in Alexa Skill manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"events": { | |
"publications": [ | |
{ "eventName": "AMAZON.OrderStatus.Updated" }, | |
{ "eventName": "AMAZON.MediaContent.Available" } | |
], | |
"endpoint": { | |
"uri": "YOUR-AWS-LAMBDA-FUNCTION-ARN" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment