How to get body of HTTP request in AppSync resolver?

0

I'd like to get the body of the HTTP request in my AppSync resolver so I can just forward it to another appsync service. How could this be done?

I can only see the headers & domain name on the ctx.request object. And I get an empty object for ctx.prev.result for the first resolver ctx.prev.result: {}

Thanks

asked a year ago87 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions