AWS lambda invoke not calling another lambda function - Node.js
After giving all the rights to invoke function. My Lambda function is not able to invoke another function . Every time I am getting timeout having 30 seconds timeout issue. It looks like lambda is not able to get another lambda function My lambdas are in same region, same policy, same security group .. Also VPC are same in both lambdas. The only thing is different now is lambda functions Here are the role rights 1) created AWSLambdaExecute and AWSLambdaBasicExecutionRole 2) Created one lambda function which is to be called Lambda_TEST exports.handler = function(event, context) { console.log(