Reputation: 51
I'm beginner in CDK and I'm trying to create tables when creating RDS Auroramysql instance from my stack in typescript. I didn't find any solutions to this. Is it possible to create tables when creating RDS instance from CDK?
Upvotes: 0
Views: 427
Reputation: 2136
I created the rds-tools construct for this type of thing. Please give it a try and if you're having issues with it, then please open an Issue on the GitHub page:
https://github.com/mbonig/rds-tools
Upvotes: 1