Amazon Lambda trigger that calls out of your AWS account and into IFTTT.
The IFTTT Webhook will be called whenever something is uploaded into the created S3 bucket, but any valid Event Source could trigger your webhook.
- Configure your AWS credentials and region.
- Set an environment variable named
S3_BUCKET
. This will be used for uploading your lambda function artifacts. - Set an environment variable named
WEBHOOK_EVENT_NAME
. This should map to the Event name you chose in your IFTTT Applet. See below. - Set an environment variable named
WEBHOOK_KEY
. This should map to the IFTTTT Webhook Service Key for your IFTTT user account. See below. - Run
./pd.sh
top
ackage &d
eploy
To configure your Webhook Applet simply choose the Webhooks trigger and provide an Event Name.
- Navigate to https://ifttt.com/services/maker_webhooks/settings
- Under "Account Info" locate the "URL". It will look like: https://maker.ifttt.com/use/SOMESTRINGOFCHARACTERS
- Open that URL and copy your key. It should say "Your key is: SOMESTRINGOFCHARACTERS".