Clear All Existing Entries In DynamoDB Table In AWS Data Pipeline
问题 My goal is to take daily snapshots of an RDS table and put it in a DynamoDB table. The table should only contain data from a single day. For this have a Data Pipeline set up to query a RDS table and publish the results into S3 in CSV format. Then a HiveActivity imports this CSV into a DynamoDB table by creating external tables for the file and an existing DynamoDB table. This works great, but older entries from the previous day still exist in the DynamoDB table. I want to do this within Data