You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: