Lambda function not pushing data into DynamoDB table
Lambda function not pushing data into DynamoDB table Problem Description: I’m running a NodeJS lambda function which is triggered by API Gateway. My goal is to push the data and then send a status response. I think the lambda stops running before the insertData function finishes its execution, because sometimes it works but in most … Read more