AWS Lambda (NET 6): how to use GraphQL?

0

I have a AWS Lambda (NET 6 Web Service) working with RDS. It is REST API Web Service. I have declared GET, POST methods in AWS Gateway. For example I use Hotchockolate in my local NET Web Services. Is it possible to use GraphQL methods? If its possible then how to declare GraphQL queries in AWS Gateway?

Oleg
已提問 1 年前檢視次數 374 次
1 個回答
0

Hi, @Oleg.

It is possible.
You can integrate .NET Lambda and process GraphQL queries from API Gateway methods like the following article. Same as normal parameters.

https://qiita.com/OMOIKANESAN/items/32894b23ea0db1b582f6

*The article is in Japanese, so please translate it before reading.

profile picture
專家
iwasa
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南