PipedreamHQ/pipedream

Support an Alexa Verification action

Open

#55 geöffnet am 24. Apr. 2020

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (5.305 Forks)batch import
actionblockedenhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (7.438 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 7h) (131 gemergte PRs in 30 T)

Beschreibung

Is your feature request related to a problem? Please describe. When building Alexa skills, there's boilerplate code you use to verify the request coming in is valid. It can be run before your code and would make a great action step in a workflow.

Here's an example one I built in OpenWhisk (https://www.raymondcamden.com/2017/08/18/an-openwhisk-package-for-alexa-verification). OpenWhisk supports sequences, like pipedream workflows, and I used it in Alexa skills I went public with.

Describe the solution you'd like It would just do the verification crap.

Do you have a workaround? I could do it in a custom Node.js script.

Contributor Guide