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.

No hay respuestas

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas