LambdaBase v1.1.6 LambdaBase.Util.LambdaConfig View Source

A Config for AWS Lambda.

store config/release.exs

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Get configration.

Start Config.

Link to this section Types

Link to this type

on_start()

View Source
on_start() :: {:ok, pid()} | {:error, {:already_started, pid()} | term()}

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Get configration.

Link to this function

start_link()

View Source
start_link() :: on_start()

Start Config.

Link to this function

start_link(initial_value)

View Source