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
질문됨 일 년 전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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠