Skip to content

An HTTP client tool that sends HTTP requests to an API Gateway API with IAM authentication (AWS Signature V4).

License

Notifications You must be signed in to change notification settings

skatsuta/api-gateway-iam-auth-requester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An HTTP client tool that sends HTTP requests to an API Gateway API with IAM authentication (AWS Signature V4).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages