I have created a RDS Aurora Postgres Database Cluster and Database Instance through CDK (using java as a language). Now I am trying to achieve creating a database schema through CDK. I tried but did not find any documentation or help anywhere which tells
- If at all it is possible to create DB schema through CDK for RDS databases?
- If so, how?
- If not, what are the best practices for this to achieve?
If anyone has already done it or has knowledge, I will appreciate pointing me to right direction.
Thanks, Horizon7