HttpClient.PostAsJsnonAsync API call loses data aimed at Lambda function

0

I have a .net blazor server in which I am trying to pass data to my lambda function that works perfectly when tested from the aws console with the same data that I (should be) passing into it. I log the data after sending it and it shows content in my terminal but it does not get to the lambda function. I wrote a new lambda function that simply puts the data into new variables and then sends them back and they come back empty.

I had no issues with the rest of my servers' functionality and after this began any time I tried to write new lambda functions this occurred. I have tried bypassing the API and using a lambda url as well but no luck. The calls are from my local host, which runs from dotnet watch call.

Any help/ideas would be greatly appreciated.

Nessuna risposta

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