Incremental Data Capture from DynamoDB to S3 using AWS Glue

0

This is a followup question to the post https://repost.aws/questions/QUzURnlUzOR9mfoQbiLwCNvA/incremental-data-capture-from-dynamodb-to-s3

With PITR feature in DDB, is it possible to incrementally load the data into S3 from AWS Glue rather than manually creating an event bridge to do it? Can I leverage AWS Glue and data catalog to do it? It looks like a common use case.

JTP
asked 4 months ago489 views
1 Answer
1

Incremental exports from DynamoDB can be done with a simple API call to ExportTable, the post you reference is outdated and no longer necessary.

https://aws.amazon.com/blogs/database/introducing-incremental-export-from-amazon-dynamodb-to-amazon-s3/

profile pictureAWS
EXPERT
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions