How to receive parameters from HTTP POST request in AWS lambda API function overcoming CORS error?
I have created AWS lambda function for API request in python.
Client send API post request to lambda function using ajax with several parameters.
But I can’t get those parameters in lambda function.