DynamoDB - with Serverless
If a Lambda function processes DynamoDB Stream events and filters only updates where the attribute "status" changed to "completed", what will happen when an item is updated from {"status": "pending"} to {"status": "completed"}?
