https://github.com/jmb12686/aws-authenticated-curl-utility
Lightweight utility for creating and sending authenticated requests to AWS API, or to API Gateway. Implements the AWS Signature v4 signing process.
https://github.com/jmb12686/aws-authenticated-curl-utility
aws aws-apigateway aws-lambda aws-signature bash curl
Last synced: about 2 months ago
JSON representation
Lightweight utility for creating and sending authenticated requests to AWS API, or to API Gateway. Implements the AWS Signature v4 signing process.
- Host: GitHub
- URL: https://github.com/jmb12686/aws-authenticated-curl-utility
- Owner: jmb12686
- Created: 2018-02-24T20:01:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T19:01:34.000Z (about 7 years ago)
- Last Synced: 2025-02-13T08:29:25.977Z (3 months ago)
- Topics: aws, aws-apigateway, aws-lambda, aws-signature, bash, curl
- Language: Shell
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A bash command line utility for invoking AWS APIs as an authenticated (IAM) user. The AWS Signature v4 is implemented pure bash (no dependencies on higher level languages) and is ideal for embedded systems with small resources.
Primary functionality exposed via cURL is the HTTP POST functionality. More can be / will be added later.