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?
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?
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: