awslabs / simple-database-archival-solution

Simple Database Archival Solution (SDAS) is an open source solution which you can deploy in your AWS account to archive data to AWS. SDAS provides organizations with an efficient, easy and cost-effective solution for archiving Oracle, Microsoft SQL, PostgreSQL, and MySQL databases.
Apache License 2.0
39 stars 8 forks source link

feat: Implement Async Processing with Lambda and DynamoDB for obtaining Source Tables #33

Closed ruiscosta closed 10 months ago

ruiscosta commented 10 months ago

This commit introduces an asynchronous processing architecture using AWS Lambda and DynamoDB. The changes include:

This asynchronous design separates immediate response handling from intensive data processing, enhancing system scalability and responsiveness.