Redis – AWS CDK – How to test a resource has one value within an array of values
I have a test suite for an EC2 Redis construct that tests if the resource has particular IAM policies attached. I can test if it has all of the values within one test successfully, but when testing if it has…