Current section
Files
Jump to
Current section
Files
src/erllambda.app.src
{application,erllambda,
[{description,"Erlang AWS Lambda and Utilities"},
{vsn,"2.2.1"},
{registered,[]},
{mod,{erllambda_app,[]}},
{applications,[kernel,stdlib,lhttpc,erlcloud,jsone]},
{env,
[{print_env,true},
{region,undefined},
{accountid,undefined},
{environ,undefined},
{config,undefined},
{default_role_duration_sec,3600},
{default_role_evict_sec,10},
{handler_spawn_opts,
[{min_bin_vheap_size,2487399},{min_heap_size,2487399}]},
{enable_error_handler,true}]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/alertlogic/erllambda"}]}]}.