An open API service indexing awesome lists of open source software.

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.

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.