I just started using CDK and I'm currently in the process of upgrading the version for my code. However, in the test, the old CDK has the SynthUtils as shown below:
expect(SynthUtils.toCloudFormation(stack)).toMatchSnapshot()
I've looked in a few different places but haven't been able to find an equivalent for this command. Can anyone help me with this?
Thank you!