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

回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ