Home:ALL Converter>How to schedule or trigger a SQL procedure in AWS Aurora RDS?

How to schedule or trigger a SQL procedure in AWS Aurora RDS?

Ask Time:2020-06-04T03:05:52         Author:Nehal

Json Formatter

I have a situation where data is getting loaded into staging tables of Aurora MySQL from AWS S3 using Lambda function on a daily basis. Now, I need to schedule a job in Aurora DB which will trigger a SQL Procedure (having some transformation logic) to load the data from staging tables to target tables.

Can this be achieved in AWS Aurora Database? Does it needs any help from any other AWS Services?

Author:Nehal,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/62180755/how-to-schedule-or-trigger-a-sql-procedure-in-aws-aurora-rds
yy