
Hi,I am trying to create a custom connector using a Bearer token.I am generating the token separately and then passing it when creating a new connection. the authentication I am providing as "Bearer Token".I am getting the following error "User: anonymous is not authorized to perform: execute-api:Invoke on resource: arn:aws:execute-api:us-east-1:********6254:vjlqmuje05/Dev/POST/read-api/patientData with an explicit deny"
The API is working fine with Postman.