I’m trying to call a Lambda from Architect via a Data Action. It’s throwing a 403 Forbidden. I’ve checked the IAM role and it has lambda:InvokeFunction attached. The ARN is correct. Here is the error:
{"statusCode": 403, "message": "User: anonymous is not authorized to perform: lambda:InvokeFunction"}
Why is it showing anonymous? I thought the platform handles auth.