AWS Authentication connector with alternate domain

0
Is it possible to specify the full domain when using the AWS Authentication connector to generate the Sigv4 header?   By default it uses amazoneaws.com, but for calling a Lambda function URL the endpoint requires on.aws.    Does the connector provide a way to generate the IAM headers in this scenario?
asked
1 answers
0

Hi Dave,

 

The AWS Authentication module does not support full domain specification. The endpoint is generated by the java action based on the parameters you put into the SigV4Builder object. Can you elaborate on why you're integrating with the AWS Lambda service using REST api? There is a platform-supported AWS Lambda Connector module that you could use as an alternative.

 

I hope this helps!

answered