Variable LibraryInfoConst

LibraryInfo: {
    AWS_CDK_VERSION: string;
    CONSTRUCTS_VERSION: string;
    NAME: string;
    VERSION: string;
} = ...

Type declaration

  • AWS_CDK_VERSION: string

    The version of the aws-cdk-lib library used by @guardian/cdk. You need to match this version exactly.

  • CONSTRUCTS_VERSION: string

    The version of the constructs library used by @guardian/cdk. You need to match this version exactly.

  • NAME: string

    The name of this package

  • VERSION: string

    The current version of @guardian/cdk.