webhook and AWS lambda
Posted in General by Olivier Rodenberg Tue Feb 28 2017 08:55:48 GMT+0000 (Coordinated Universal Time)·1·Viewed 2,069 times
I created a webhook on one of our templates. This webhook invokes a lambda function and this works. The problem is that the lambda function is invoked 10 times instead of 1. Does anyone have any idea of what the reason for this is?
If the response doesn't return a successful status code (2xx) then the webhook will retry up to 9 times. My guess is that your lambda function isn't returning a successful status code.