Description
Adds AWS Signature Version 4 authentication to HTTP requests made with the Python Requests library. It lets Python code call AWS APIs and compatible services that require signed headers instead of plain unauthenticated requests.
Developers use it inside scripts, services, or deployment tools. Treat AWS keys and temporary credentials as sensitive data, and avoid logging signed request details or storing secrets in source code.