My use case is to run a CloudWatch, which triggers lambda. Lambda triggers mysqldump for production database instance and save the dump in S3.
Another CloudWatch triggers a second lambda, which takes the dump from S3 and uploads it to QA environment.
The reason for doing the DB dump this way is that Production and QA databases are located in different VPCs.
Could you add "mysqldump" command?
My use case is to run a CloudWatch, which triggers lambda. Lambda triggers mysqldump for production database instance and save the dump in S3. Another CloudWatch triggers a second lambda, which takes the dump from S3 and uploads it to QA environment. The reason for doing the DB dump this way is that Production and QA databases are located in different VPCs.