Search code examples
amazon-web-servicesamazon-dynamodbamazon-data-pipeline

How to copy only new records from DynamoDB to S3 using Pipeline


I have a DynamoDB database with a lot of records, which increase every day. Recently I've exported all my records from DynamoDB to S3 bucket using Pipeline and it was OK. But now I want to create another Pipeline and export only new records from DynamoDB to this bucket. How can I make it?


Solution

  • Just switched to DynamoDB - Redshift option.