chore: rename dynamo template files
This commit is contained in:
parent
8914e006c2
commit
e32ab10d01
|
@ -232,7 +232,7 @@ query_resource(Config, Request) ->
|
|||
ResourceID = emqx_bridge_resource:resource_id(BridgeType, Name),
|
||||
emqx_resource:query(ResourceID, Request, #{timeout => 1_000}).
|
||||
|
||||
%% create a table, use the lib-ee/emqx_ee_bridge/priv/dynamo/mqtt_msg.json as template
|
||||
%% create a table, use the apps/emqx_bridge_dynamo/priv/dynamo/mqtt_msg.json as template
|
||||
create_table(Config) ->
|
||||
directly_setup_dynamo(),
|
||||
delete_table(Config),
|
||||
|
|
Loading…
Reference in New Issue