/cisco-spark-hmac-verify

nodeJS sample code to verify HMAC values received via Spark web hooks

Primary LanguageJavaScript

Sample code to verify the HMAC hash recieved from Cisco Spark Webhook.

Tested to be working on:
- AWS Lambda (nodeJS 4.3)
- AWS API Gateway to listen for the webhook messages

Note:
AWS API Gateway proxies the POST request HEADERS and BODY the Lambda function through "event" payload.