Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skatsuta/api-gateway-iam-auth-requester
An HTTP client tool that sends HTTP requests to an API Gateway API with IAM authentication (AWS Signature V4).
https://github.com/skatsuta/api-gateway-iam-auth-requester
api-gateway aws-sdk-go go iam sigv4
Last synced: 5 days ago
JSON representation
An HTTP client tool that sends HTTP requests to an API Gateway API with IAM authentication (AWS Signature V4).
- Host: GitHub
- URL: https://github.com/skatsuta/api-gateway-iam-auth-requester
- Owner: skatsuta
- License: mit
- Created: 2017-02-01T04:18:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T04:03:48.000Z (about 7 years ago)
- Last Synced: 2024-06-20T10:04:55.678Z (5 months ago)
- Topics: api-gateway, aws-sdk-go, go, iam, sigv4
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# api-gateway-iam-auth-requester
An HTTP client tool that sends HTTP requests to an API Gateway API with IAM authentication (AWS Signature V4).
## Usage
```sh
$ go get -u -v github.com/skatsuta/api-gateway-iam-auth-requester$ api-gateway-iam-auth-requester --help
Usage of api-gateway-iam-auth-requester:
-c string
shared credentials file path
-m string
HTTP method (default "GET")
-p string
profile name of credentials (default "default")
-r string
API region (default "us-east-1")
-u string
endpoint URL of API Gateway
-v verbose output$ api-gateway-iam-auth-requester \
-u https://xxxxx.execute-api.ap-northeast-1.amazonaws.com/dev/test \
-r ap-northeast-1
```