This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 7ac0a4d7a983e7db48c230dba3ffc7698fe7f87d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Mar 24 17:50:49 2021 +0100 Added AWS DDB Streams Source Kamelet --- aws-ddb-streams-source.kamelet.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aws-ddb-streams-source.kamelet.yaml b/aws-ddb-streams-source.kamelet.yaml index e83338d..2438fa1 100644 --- a/aws-ddb-streams-source.kamelet.yaml +++ b/aws-ddb-streams-source.kamelet.yaml @@ -42,9 +42,7 @@ spec: iteratorType: title: Iterator Type description: Defines where in the DynaboDB stream to start getting records. Note that using TRIM_HORIZON can cause a significant delay before the stream has caught up to real-time. if {AT,AFTER}_SEQUENCE_NUMBER are used, then a sequenceNumberProvider MUST be supplied. There are 4 enums and the value can be one of TRIM_HORIZON, LATEST, AT_SEQUENCE_NUMBER, AFTER_SEQUENCE_NUMBER - type: String - x-descriptors: - - 'urn:alm:descriptor:com.tectonic.ui:checkbox' + type: string default: LATEST sequenceNumberProvider: title: Sequence Number Provider