Search code examples
alexa-skills-kitalexa-notification

Trigger Alexa notifications from Alexa skill lambda?


Does it comply with Amazon guidelines if I trigger Alexa notifications from Alexa skill lambda itself without an external lambda? ie directly calling api.amazonalexa.com/v2/notifications without any external triggers?

Original Alexa notification flow


enter image description here

My implementation


enter image description here ​ ​ ​ ​ ​ ​


Solution

  • This architecture is approved by Alexa team. The skill is live now. Hence we can conclude that it conforms to Amazon guidelines.