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
- Host: GitHub
- URL: https://github.com/jeshan/ifttt-lambda-webhook-boilerplate
- Owner: jeshan
- Created: 2019-04-24T15:05:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T15:57:11.000Z (almost 7 years ago)
- Last Synced: 2025-08-01T23:04:20.021Z (8 months ago)
- Topics: awslambda, ifttt, ifttt-webhooks, serverless
- Language: Shell
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

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.