I want to create a lambda that triggers when there is a changes in RDS table.
Using:
SNS
Mysql-Amazon aurora
Lambda
Serverless Framework.
Any tutorials or guides... Thanks guys.
I want to create a lambda that triggers when there is a changes in RDS table.
Using:
SNS
Mysql-Amazon aurora
Lambda
Serverless Framework.
Any tutorials or guides... Thanks guys.
Copyright © 2021 Jogjafile Inc.
Have you explored the options of using a Database Activity Streams feature? You can essentially monitor the database activity of Amazon Aurora.
Database activity streams provide a near real-time data stream of the database activity in your relational database.
Under the hood, it uses below set of services and flow,
With above details, you can make a SAM template and configure the details of each of these services.