Reputation: 1637
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
Reputation: 3047
This only supported for AWS RDS aurora databases.
lets read this article.
Upvotes: 3