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
asked a year ago369 views
1 Answer
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
EXPERT
iwasa
answered a year ago

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