@guardian/cdk
    Preparing search index...

    Interface ExistingKinesisStream

    Used to provide information about an existing Kinesis stream to the [[GuKinesisLambda]] pattern.

    Specify an externalKinesisStreamName to link the lambda to a Kinesis stream owned by a different stack (or created outside of version control).

    interface ExistingKinesisStream {
        externalKinesisStreamName: string;
    }
    Index

    Properties

    externalKinesisStreamName: string