Skip to content
Components

AWS Signature

Generic Extractor allows signing requests with AWS Signature Version 4. Signing is the process of adding authentication information to your requests. When you use AWS tools, the extractor signs your API request.

A sample AWS signature configuration looks like this:

{
...,
"aws": {
"signature": {
"credentials": {
"accessKeyId": "testAccessKey",
"#secretKey": "testSecretKey",
"serviceName": "testService",
"regionName": "testRegion"
}
}
}
}

See example [EX143].

  • accessKeyIdAWS access key ID
  • #secretKeyAWS secret access key
  • serviceNameSigning to a particular service name
  • regionNameSigning to a particular region name
Ask Kai

Hi, I'm Kai — Keboola's AI assistant for the docs. Ask me anything and I'll answer from the documentation and cite the pages I use.

Kai is an AI and can make mistakes. Check the sources it links.