The CDK Documentation describes how to do snapshot testing in Typescript. How would I go about doing the same thing in Python?
There doesn't seem to be a Python version of the cdk-asserts library and also there are very few documented examples anywhere of how to do cdk testing in python.