How to send a List of JSONs to AWS Lambda function – Amazon Web Sevices
I am trying to send a list of JSONs to be processed within a Lambda function. I have tried several overrides on handleRequest but I have not been able to successfully get the Lambda to see it as such. I…