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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则