EventBus v1.0.0 EventBus.Queue.Publisher View Source
Link to this section Summary
Link to this section Functions
Link to this function
run(event) View Source
Sends a event to a SNS topic
Link to this function
run(event, topic_arn)
View Source
run(event, topic_arn)
View Source
run(EventBus.Event.t() | {:ok, EventBus.Event.t()}, binary()) ::
{:ok, map()} | {:error, any()}
run(EventBus.Event.t() | {:ok, EventBus.Event.t()}, binary()) :: {:ok, map()} | {:error, any()}