baiji v0.6.0 Baiji
Baiji provides an interface for interacting with the AWS API. Baiji is typically used by invoking a service function to generate an operation which is then passed to Baiji.run to make the request.
Examples
iex> Baiji.EC2.describe_instances …> |> Baiji.run {:ok, %{reservations: …}}
Link to this section Summary
Functions
Perform an operation
Link to this section Functions
Link to this function
perform(operation, opts \\ [])
Perform an operation