An open API service indexing awesome lists of open source software.

https://github.com/jeshan/ifttt-lambda-webhook-boilerplate

serverless function that receives ifttt webhook events
https://github.com/jeshan/ifttt-lambda-webhook-boilerplate

awslambda ifttt ifttt-webhooks serverless

Last synced: 8 months ago
JSON representation

serverless function that receives ifttt webhook events

Awesome Lists containing this project

README

          

# ifttt-lambda-webhook-boilerplate
Some boilerplate code to reduce effort needed to setup a webhook receiver from IFTTT.

Deploy this with [sceptre](https://github.com/cloudreach/sceptre) by running: `sceptrea launch -y app`

Or deploy manually with this button:



The stack outputs a URL. Enter it as action in an IFTTT applet by as per this screenshot:

![demo](screenshot.png)

Notice a (secret) token in the url. Please specify this as parameter to the Cloudformation template and on IFTTT to validate that the request is really coming from the source you're expecting.