From a3de04ebd2fc5568db69cb6a76bfbc97291c47ad Mon Sep 17 00:00:00 2001 From: firest Date: Fri, 7 Jul 2023 16:08:13 +0800 Subject: [PATCH] chore: add example for DynamoDB template --- rel/i18n/emqx_bridge_dynamo.hocon | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rel/i18n/emqx_bridge_dynamo.hocon b/rel/i18n/emqx_bridge_dynamo.hocon index 46ae9d1bb..899a47c75 100644 --- a/rel/i18n/emqx_bridge_dynamo.hocon +++ b/rel/i18n/emqx_bridge_dynamo.hocon @@ -35,7 +35,9 @@ local_topic.label: """Local Topic""" template.desc: -"""Template, the default value is empty. When this value is empty the whole message will be stored in the database""" +"""Template, the default value is empty. When this value is empty the whole message will be stored in the database.
+The template can be any valid json with placeholders and make sure all keys for table are here, example:
+ {"id" : ${id}, "clientid" : ${clientid}, "data" : ${payload}}""" template.label: """Template"""