'Continoues replication from application postgresql RDS to Reporting RDS using AWS Lamda function
I am new to Lambda. I have a application PostgresSQL database, data will be inserted into the same. In another side I have a Reporting PostgresSQL database to store reports. As soon as data inserted into application DB, the Lambda function have to trigger automatically for storing reports into Reports RDS. The help would appriciat. Thanks
Solution 1:[1]
Here you can find a solution similar to your problem on AWS blog https://aws.amazon.com/blogs/database/stream-changes-from-amazon-rds-for-postgresql-using-amazon-kinesis-data-streams-and-aws-lambda/
It uses Amazon RDS for postgresql and streams data
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | rushabh_trivedi |
