Skip to content

A simplified alternative to the AWS CLI for limited use cases.

License

Notifications You must be signed in to change notification settings

mattn/aws-sdk-client-go

Repository files navigation

aws-sdk-client-go

aws-sdk-client-go is a Go client for AWS SDK services.

This client is auto generated from the AWS SDK Go service client.

Usage

$ aws-sdk-client-go [service] [method] [input]
  • service: AWS service name.
  • method: Method name of the service client.
  • input: JSON input for the method.

The output is JSON format.

Examples

Show supported services

$ aws-sdk-client-go

Show methods of the service

$ aws-sdk-client-go ecs

Call method of the service

$ aws-sdk-client-go ecs DescribeClusters '{"Cluster":"default"}'

The third argument is JSON input for the method. If the method does not require input, you can omit the third argument (implicitly {} passed).

LICENSE

MIT

Author

Fujiwara Shunichiro

About

A simplified alternative to the AWS CLI for limited use cases.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • Go 95.1%
  • Makefile 4.9%