GithubHelp home page GithubHelp logo

aws-elixir's Introduction

AWS clients for Elixir

Build Status

Features

  • Generated by aws-codegen using the same JSON descriptions of AWS services used to build the AWS SDK for Go.
  • Support for most AWS services that use json and rest-json protocols.

Example

Listing Amazon Kinesis streams. Start a console with iex -S mix:

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" => []}

Usage

  • Add it as a Mix dependency in the project.

    def deps do
      [{:aws, "~> 0.5.0"}]
    end
  • Run mix deps.get to install.

Development

Code is generated using the aws-codegen library from the JSON descriptions of AWS services provided by Amazon.

Documentation

  • Run MIX_ENV=docs mix docs
  • Open docs/index.html

note: Arguments, errors and reponse structure can be found by viewing the model schemas used to generate this module at aws-sdk-go/models/apis/<aws-service>/<version>/ an example is aws-sdk-go/models/apis/rekognition/2016-06-27/api-2.json

Tests

mix test

Release

  • Make sure the CHANGELOG.md is up-to-date and and reflects the changes for the new version.
  • Bump the version here in the README.md and in mix.exs.
  • Run git tag v$VERSION to tag the version that was just published.
  • Run git push --tags origin master to push tags to Github.
  • Run mix hex.publish to publish the new version.

License

© 2015-2017 Jamshed Kakar [email protected]. See LICENSE file for details.

aws-elixir's People

Contributors

4knahs avatar bbtb1982 avatar brentonannan avatar cblavier avatar coryodaniel avatar hashnuke avatar jkakar avatar pauloancheta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.