Link to chapter — https://serverless-stack.com/chapters/configure-dynamodb-in-cdk.html
How can I create multiple tables at once?
1 Like
I found a way to do it by duplicating everything inside the Stack!
1 Like
Yeah exactly. Just create multiple instances of the DynamoDB construct.