baiji v0.6.7 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.perform to make the request.
Examples
iex> Baiji.EC2.describe_instances …> |> Baiji.perform {:ok, %{“reservationSet”: …}}
Link to this section Summary
Link to this section Functions
Link to this function
perform(operation, opts \\ [])
Perform an operation
Link to this function
perform!(operation, opts \\ [])
Perform an operation, raises an exception if the operation fails