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 Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions