Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changing domainName to tableName as it explains better what is expected here

...

URI Format

Code Block
aws-ddb://domainNametableName[?options]

You can append query options to the URI in the following format: ?options=value&option2=value&...

...

Code Block
from("direct:start")
  .to("aws-ddb://domainNametableName?amazonDDBClient=#client");

...