Amazon web services – How to ensure a SNS topic has a subscription?
I have a stack defined in cdk that consists of an SNS topic in one AWS account and a SQS queue subscribed to the topic in another. I am worried that there could be a case where the subscription fails…