javascript – AWS SDK v3 for NodeJS doesn’t call Lambda nor returns error
I have this Lambda function that calls another Lambda (both in same Lambda application and CloudFormation). Turns out that after lambda.send() is called, the code kind of doesn’t proceed method execution. But the code outside scheduleNotification() executes normally. If I check the monitor logs for the notification called inside another function, it shows no calls at all! What am I missing here?
I’ve tried calling the function locally, remotely, through AWS console and no changes.
Read more here: Source link