0

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.

1 Answer 1

1

This is only supported only with AWS RDS Aurora Database. Check the article Capturing Data Changes in Amazon Aurora Using AWS Lambda in AWS Database blog for an example use case.

You can Dynamically Create the Lambda function and Update the Aurora Stored Procedure with a Query to trigger the created Lambda function.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.