DEV Community

Discussion on: Using DynamoDB Streams to sync back to your old database

 
martzcodes profile image
Matt Martz

If your tables were created by CDK to begin with, you should just be able to add that line to each table and re-deploy. If not, you'd need to import the table by ARN and apply the change. I haven't done that personally but you should be able to piece it together from the docs: docs.aws.amazon.com/cdk/api/latest...