LambdaBase v0.2.2 LambdaBase behaviour

This is lambda base. Use LambdaBase and implement handle(event, context) function

Link to this section Summary

Callbacks

Callback function.

Link to this section Callbacks

Link to this callback

handle(event, context)

handle(event :: map(), context :: map()) ::
  {:ok, String.t()} | {:error, String.t()}

Callback function.