api-gateway-iam-auth-requester

command module
v0.0.0-...-30da527 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2017 License: MIT Imports: 9 Imported by: 0

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

$ 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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL