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
posta un anno fa374 visualizzazioni
1 Risposta
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
ESPERTO
iwasa
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande