I want to create an trigger which invoke the lambda function when there in any event(Insert, Update etc) in the RDS database table like in dynamoDB(For any database engine). And also want to create this Lambda dynamically in Node js.
Thanks in advance.