cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.92k stars 1.45k forks source link

add support for object comparison #2182

Closed ITProKyle closed 9 months ago

ITProKyle commented 10 months ago

Summary

Adds support to compare objects.

Why This Is Needed

An advantage to using troposphere is being able to unit test various iterations of a dynamic template. However, the lack of support for being able to compare objects with one another makes these test cumbersome to write.

Resolves #1821

What Changed

Added

markpeek commented 9 months ago

Thank you for adding this functionality.