Webhook Endpoint in AWS

Anonymous
Not applicable

Webhook Endpoint in AWS

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

3 REPLIES 3
Geoff_Krajeski1
Level 10 - Champion Alumni

Re: Webhook Endpoint in AWS

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

Anonymous
Not applicable

Re: Webhook Endpoint in AWS

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.

SanfordWhiteman
Level 10 - Community Moderator

Re: Webhook Endpoint in AWS

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

pastedImage_0.png