How to create an AWS secret of type other using cdk – Amazon Web Sevices
I am using python with cdk. I have one stack that creates a dynamo db table with a random name in one account and multiple stacks running in other accounts that need to get that randomly generated table name. Due…