chore: rename dynamo template files

This commit is contained in:
JimMoen 2023-05-10 14:22:56 +08:00
parent 8914e006c2
commit e32ab10d01
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
8 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ query_resource(Config, Request) ->
ResourceID = emqx_bridge_resource:resource_id(BridgeType, Name), ResourceID = emqx_bridge_resource:resource_id(BridgeType, Name),
emqx_resource:query(ResourceID, Request, #{timeout => 1_000}). 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) -> create_table(Config) ->
directly_setup_dynamo(), directly_setup_dynamo(),
delete_table(Config), delete_table(Config),