Hello,
I am trying to develop micro service for marketo using aws api gateway and aws lambda and did not find much example to refer. Can anyone provide guidance on this? it will be much appriciated Thank you in advance.
Indu
Silly question, but I am guessing you have referred to this reference guide?
http://developers.marketo.com/documentation/webhooks/​
As well as this one: Make Synchronous Calls to Lambda Functions - Amazon API Gateway
Thank you for response, indeed I have gone through documentations and created some demo api and lambda function. I was looking for real example in the context of marketo.
There's nothing special about a Marketo webhook JSON response. It's all in the mapping definition.
...
context.succeed({
result: subscriptions
});
and then your Marketo response mapping