12 lines
377 B
Erlang
12 lines
377 B
Erlang
%% -*- mode: erlang; -*-
|
|
{erl_opts, [debug_info]}.
|
|
{deps, [ {erlcloud, {git, "https://github.com/emqx/erlcloud", {tag, "3.7.0-emqx-2"}}}
|
|
, {emqx_connector, {path, "../../apps/emqx_connector"}}
|
|
, {emqx_resource, {path, "../../apps/emqx_resource"}}
|
|
, {emqx_bridge, {path, "../../apps/emqx_bridge"}}
|
|
]}.
|
|
|
|
{shell, [
|
|
{apps, [emqx_bridge_dynamo]}
|
|
]}.
|