Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save satr/1351fe2d35f589e244dd7e14612e91ab to your computer and use it in GitHub Desktop.
Save satr/1351fe2d35f589e244dd7e14612e91ab to your computer and use it in GitHub Desktop.
Alexa Proactive event property in Alexa Skill manifest
"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