We're getting that error when trying to execute the following instruction:
CALL mysql.lambda_async ('LAMBDA_ARN','{"operation": "ping"}')
Our Aurora MySQL instance is behind a private VPC, but I can see a NAT Gateway attached to the VPC. So even though we've followed the instructions laid out here.
It is still not working.
We can't even get it to work with VPC endpoints created to S3 or SNS....
Our Aurora version is:
2.04.5
We expect to be able to call lambda from Aurora...