Continuous Query Notification to Amazon SNS

Viewed 26

I am thinking of using the Continuous Query Notification service from cx_Oracle in Python to know when a table is updated or inserted. I would like to know how the output of the CQN can be published as a topic to Amazon SNS.To reframe the question, how to send data to SNS from Python via CQN?

0 Answers
Related