使用AWS LAMDA函数从应用程序PostgreSQL RDS到报告RD的Continoues复制
我是Lambda的新手。我有一个应用程序Post -GressQL数据库,数据将插入相同的数据库。 另一方面,我有一个报告Post -GressQL数据库来存储报告。一旦插入应用程序DB的数据,Lambda功能就必须自动触发以将报告存储到报告RDS中。帮助将使您有所作为。 谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里,您可以在AWS博客上找到类似于问题的解决方案
https://aws.amazon.com/blogs/database/stream-changes-from-amazon-rds-for-postgresql-using-samazon-kinesis-kinesis-data-data-data-data-treams-treams-treams-and-waws-lambda /
它使用Amazon RDS进行PostgreSQL和流数据
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