浏览代码

chore: rename dynamo template files

JimMoen 2 年之前
父节点
当前提交
e32ab10d01

lib-ee/emqx_ee_bridge/priv/dynamo/mqtt_acked.json → apps/emqx_bridge_dynamo/priv/dynamo/mqtt_acked.json


lib-ee/emqx_ee_bridge/priv/dynamo/mqtt_client.json → apps/emqx_bridge_dynamo/priv/dynamo/mqtt_client.json


lib-ee/emqx_ee_bridge/priv/dynamo/mqtt_clientid_msg_map.json → apps/emqx_bridge_dynamo/priv/dynamo/mqtt_clientid_msg_map.json


lib-ee/emqx_ee_bridge/priv/dynamo/mqtt_msg.json → apps/emqx_bridge_dynamo/priv/dynamo/mqtt_msg.json


lib-ee/emqx_ee_bridge/priv/dynamo/mqtt_retain.json → apps/emqx_bridge_dynamo/priv/dynamo/mqtt_retain.json


lib-ee/emqx_ee_bridge/priv/dynamo/mqtt_sub.json → apps/emqx_bridge_dynamo/priv/dynamo/mqtt_sub.json


lib-ee/emqx_ee_bridge/priv/dynamo/mqtt_topic_msg_map.json → apps/emqx_bridge_dynamo/priv/dynamo/mqtt_topic_msg_map.json


+ 1 - 1
apps/emqx_bridge_dynamo/test/emqx_bridge_dynamo_SUITE.erl

@@ -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),