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.

沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南