- Generated using the same JSON descriptions of AWS services used to build the AWS SDK for Go.
- Supports AWS services that use
jsonandrest-jsonprotocols.
Listing Amazon Kinesis streams
iex> client = %AWS.Client{access_key_id: "<access-key-id>",
secret_access_key: "<secret-access-key>",
region: "us-east-1",
endpoint: "amazonaws.com"}
iex> {:ok, result, resp} = AWS.Kinesis.list_streams(client, %{})
iex> IO.inspect result
%{"HasMoreStreams" => false, "StreamNames" => []}-
Add it as a Mix dependency in the project.
def deps do [{:aws, "~> 0.0.6"}] end
-
Run
mix deps.getto install.
Code is generated using the aws-codegen library, from the JSON descriptions of AWS services provided by Amazon.
- Run
MIX_ENV=docs mix docs - Open
docs/index.html
mix test
© 2015-2016 Jamshed Kakar [email protected]. See LICENSE file for details.