Sign an AWS-compatible HTTP request using SigV4.
Section: HTTP Auth and Security
AWS SigV4 request signing
bash
bash
curl --aws-sigv4 'aws:amz:us-east-1:execute-api' --user 'AKIA...:SECRET' https://abc123.execute-api.us-east-1.amazonaws.com/prod/itemsExplanation
curl includes AWS Signature Version 4 support.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing HTTP Auth and Security