DynamoDB Streams events for a specific column change

Solution 1:

You will have to filter the events from the stream. I recommend you take a look at AWS Lambda event source filtering as this will do what you want and the filtering is free. You only pay when your Lambda function is invoked.