Ani Alaverdyan
Ani Alaverdyan

Reputation: 1637

Event subscription when entering data to AWS RDS

I am using "serverless" framework (AWS lambda functions and RDS database). When inserting data to RDS database, I also want to insert it into Algolia database (to sync the two databases), is it possible to call a lambda function when a record is inserted into RDS? (maybe event subscription?)

Upvotes: 1

Views: 1501

Answers (1)

Niroshan Ranapathi
Niroshan Ranapathi

Reputation: 3047

This only supported for AWS RDS aurora databases.

lets read this article.

Upvotes: 3

Related Questions