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
已提问 4 个月前519 查看次数
1 回答
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
专家
已回答 4 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则