I currently have an AWS DynamoDB stream triggers a Lambda function.
The Lambda function is triggered by both insert and update events in the DynamoDB. Is there a way to change the configuration so that the Lambda function would only be triggered by 'insert'?