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].

  • accessKeyId — AWS access key ID
  • #secretKey — AWS secret access key
  • serviceName — Signing to a particular service name
  • regionName — Signing 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.