When I try to post to my lambda function url I get a very generic 502 internal server error.
I deployed the function with serverless and when I invoke it locally as well as just invoke the function with serverless from my terminal in vscode I get a successful return.
Im not 100% sure what ended up resolving the issue, but I think I was added more than one post method in the API gateway and calling the wrong one. I ran SLS remove and then SLS deploy and once done I was able to get the api calls to return the 200 status