This message was deleted.
# general
s
This message was deleted.
c
https://github.com/pulumi/pulumi-mysql - I would use this to create the tables.
Also since it’s for RDS, I believe if you setup a backup retention period for the instance > 0 days, it’ll enable the bin logs. For that you could configure it with pulumi.
h
thank you. if i understand correctly, spin up rds using pulumi api (new aws.rds.Instance) first and then use pulumi-mysql to create the ddl's ?
c
That’s my recommendation