Trying to call an AWS Lambda from Genesys Cloud Architect via a Data Action. Getting a 403 Forbidden error. The IAM role has lambda:InvokeFunction permission and the ARN is correct.
{
"endpoint": "https://lambda.us-east-1.amazonaws.com/2015-03-31/functions/arn:aws:lambda:us-east-1:123456789:function:myFunc/invocations",
"method": "POST"
}
The Lambda works fine from the console. Is there a specific trust policy needed for Genesys Cloud IPs or something I’m missing in the role config?