inngest-ex icon indicating copy to clipboard operation
inngest-ex copied to clipboard

Elixir SDK for Inngest

Results 3 inngest-ex issues
Sort by recently updated
recently updated
newest added

## Overview When returning a map in a step like this. ```ex result = step.run(ctx, "step", fn -> %{foo: "bar"} end) ``` The `result` is set to `%{ "foo" =>...

bug

Provide a middleware execution layer like the TS SDK and Python SDK.

enhancement