SQL Server Agent and PostgreSQL Scheduled Lambda - SQL Server to Aurora PostgreSQL Migration Playbook
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

SQL Server Agent and PostgreSQL Scheduled Lambda

SQL Server Usage

SQL Server Agent provides two main functions: scheduling automated maintenance jobs and alerting.

Note

Other SQL Server built-in frameworks such as replication, also use SQL Server Agent jobs.

For more information, see Maintenance Plans and Alerting.

PostgreSQL Usage

Currently, there is no equivalent in Amazon Aurora PostgreSQL-Compatible Edition (Aurora PostgreSQL) for scheduling tasks but you can create scheduled Amazon Lambda that will run a stored procedure. Find an example in Database Mail.