Packages

Erlang/OTP application to throttle/rate limit resource access

Current section

Files

Jump to
lambda_throttle rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{ct_opts, [{sys_config, "conf/test.config"}]}.
{profiles, [{test, [{erl_opts, [debug_info, {parse_transform, lager_transform}]},
{deps, [{lager, "3.5.1"}]}]}]}.