This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit e6f3f87ec53f1cb4b3da9d7b091ce7ca42692de5 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jun 22 09:01:01 2021 +0200 CAMEL-16684 - camel-aws2-ddb streams has empty usage section in documentation --- .../camel-aws2-ddb/src/main/docs/aws2-ddbstream-component.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/camel-aws/camel-aws2-ddb/src/main/docs/aws2-ddbstream-component.adoc b/components/camel-aws/camel-aws2-ddb/src/main/docs/aws2-ddbstream-component.adoc index 55d79ad..400a463 100644 --- a/components/camel-aws/camel-aws2-ddb/src/main/docs/aws2-ddbstream-component.adoc +++ b/components/camel-aws/camel-aws2-ddb/src/main/docs/aws2-ddbstream-component.adoc @@ -193,6 +193,10 @@ outage did not also include DynamoDB itself. Given that AWS only retain 24 hours worth of changes, you will have missed change events no matter what mitigations are in place. +=== Message Body + +The Message body is istance of "software.amazon.awssdk.services.dynamodb.model.Record", for more information about it, have a look at the https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/dynamodb/model/Record.html[related javadoc] + == Dependencies Maven users will need to add the following dependency to their pom.xml.