When generating CloudFormation changesets, if the changes are "Create" or "Delete", they are fairly obvious and easy to decipher. However, when the changes are "Modify", I can't tell what the modifications are. For example, if I were to add a tag to a resource, CloudFormation generates a changeset that marks the resource for "Modify", but I can't tell that it's adding a tag from just reading the changeset.
In particular, when tagging Lambda functions, the changeset just says, "scope: properties".
Are there tools that can produce a better printout?