Interface ConstructLibraryOptions

    • Method Detail

      • getCatalog

        @Stability(Experimental)
        @Nullable
        default Catalog getCatalog()
        (experimental) Libraries will be picked up by the construct catalog when they are published to npm as jsii modules and will be published under:.

        https://awscdk.io/packages/[@SCOPE/]PACKAGE@VERSION

        The catalog will also post a tweet to https://twitter.com/awscdkio with the package name, description and the above link. You can disable these tweets through { announce: false }.

        You can also add a Twitter handle through { twitter: 'xx' } which will be mentioned in the tweet.

        Default: - new version will be announced

        See Also:
        https://github.com/construct-catalog/catalog