Webhook Endpoint in AWS | Community
Skip to main content
April 14, 2016
Question

Webhook Endpoint in AWS

  • April 14, 2016
  • 1 reply
  • 2546 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

gkrajeski
Level 10
April 14, 2016

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

April 14, 2016

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
April 14, 2016

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