1 year ago
#77263
Luis Alvarado Day
Clone RDS aurora Database with AWS lambda function
I'm building a SaaS product with tenancy per database (each client has it's own RDS Aurora mysql compatible db)
When creating a new client account I would like to clone a template database (schema+data) into the new client's database. Ideally, I would trigger this from a C# AWS lambda function.
- Is this feasible?
- Could I somehow use the mysqldump binary for this? Maybe other binary?
NOTE: The clone must happen within the same RDS Aurora instance (Not creating a new separate RDS instance)
Thank you
mysql
amazon-web-services
aws-lambda
amazon-rds
amazon-aurora
0 Answers
Your Answer