getting an error “Role xxx trusts too many services, expected only 1” when add SQS queue as a destination for my Lambda function
When I add SQS queue as a destination for my Lambda function, I am getting an error “Role xxx trusts too many services, expected only 1”. How can I solve this issue? // troubleshooting In addition to the error message, I noticed there is an information message saying “Your function’s execution role doesn’t have permission to send result to the…
Read More »