AWS Signature is the authorization workflow for Amazon Web Services requests. AWS uses a custom HTTP scheme based on a keyed-HMAC (Hash Message Authentication Code) for authentication.
The official AWS Signature documentation provides more detail:
To use AWS Signature, do the following:
In the Authorization tab for a request, select AWS Signature from the Auth Type dropdown list.
Select the location where Postman will append your AWS auth details using the Add authorization data to dropdown list. Select Request Headers or Request URL.
Authorization
and X-Amz-
prefixed fields in the Headers tab.X-Amz-
.Enter your AccessKey and SecretKey values. For extra security, use your Postman Vault to store sensitive data as vault secrets. Only you can access and use values associated with your vault secrets, and vault secrets aren't synced to the Postman cloud. If you want to share sensitive data with collaborators, you can store it in an environment as a secret type variable.
You can optionally set advanced fields in the Advanced configuration section, but Postman generates these automatically if necessary.
The AWS Signature parameters are as follows:
us-east-1
).Last modified: 2024/07/24
Additional resources
Videos
Blog posts
Case Studies