Andrew Wheat created CAMEL-9443:
-----------------------------------
Summary: Camel Component for DynamoDB Streams
Key: CAMEL-9443
URL: https://issues.apache.org/jira/browse/CAMEL-9443
Project: Camel
Issue Type: New Feature
Components: camel-aws
Reporter: Andrew Wheat
Priority: Minor
Fix For: 2.17.0
AS a user of DynamoDB
I WANT a camel component for the change event feed
SO THAT I can process the change events easily
Given a DynamoDB table
And the table has a stream configured
When Camel starts
Then my Processor gets Exchanges for each change event
Shard Iterator Types to handle:
* TRIM_HORIZON
* LATEST
* AT_SEQUENCE_NUMBER
* AFTER_SEQUENCE_NUMBER
See
http://docs.aws.amazon.com/dynamodbstreams/latest/APIReference/API_GetShardIterator.html
for definitions of these types.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)