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.

Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen