@guardian/cdk
    Preparing search index...

    Interface ExistingSnsTopic

    Used to provide information about an existing SNS topic to the [[GuSnsLambda]] pattern.

    Specify an externalTopicName to link the lambda to an SNS topic owned by a different stack (or created outside of version control).

    interface ExistingSnsTopic {
        externalTopicName: string;
    }
    Index

    Properties

    externalTopicName: string