Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to trigger the lambda function only for INSERT event in dynamodb stream?

How to trigger the lambda function only for INSERT event in dynamodb stream?

To reduce the cost of the lambda function, is it possible to trigger the lambda function based on the type of operation

  1. INSERT - insert_lambda_function
  2. MODIFY - update_lambda_function
  3. REMOVE - delete_lambda_function
like image 413
Thirumal Avatar asked Oct 15 '25 14:10

Thirumal


1 Answers

No, this is not currently possible.

like image 131
jellycsc Avatar answered Oct 17 '25 02:10

jellycsc



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!