Interface AwsCdkConstructLibraryOptions

    • Method Detail

      • getEdgeLambdaAutoDiscover

        @Stability(Experimental)
        @Nullable
        default Boolean getEdgeLambdaAutoDiscover()
        (experimental) Automatically adds an cloudfront.experimental.EdgeFunction for each .edge-lambda.ts handler in your source tree. If this is disabled, you can manually add an awscdk.AutoDiscover component to your project.

        Default: true

      • getExperimentalIntegRunner

        @Stability(Experimental)
        @Nullable
        default Boolean getExperimentalIntegRunner()
        (experimental) Enable experimental support for the AWS CDK integ-runner.

        Default: false

      • getIntegrationTestAutoDiscover

        @Stability(Experimental)
        @Nullable
        default Boolean getIntegrationTestAutoDiscover()
        (experimental) Automatically discovers and creates integration tests for each .integ.ts file under your test directory.

        Default: true

      • getLambdaAutoDiscover

        @Stability(Experimental)
        @Nullable
        default Boolean getLambdaAutoDiscover()
        (experimental) Automatically adds an aws_lambda.Function for each .lambda.ts handler in your source tree. If this is disabled, you either need to explicitly call aws_lambda.Function.autoDiscover() or define a new aws_lambda.Function() for each handler.

        Default: true

      • getLambdaExtensionAutoDiscover

        @Stability(Experimental)
        @Nullable
        default Boolean getLambdaExtensionAutoDiscover()
        (experimental) Automatically adds an awscdk.LambdaExtension for each .lambda-extension.ts entrypoint in your source tree. If this is disabled, you can manually add an awscdk.AutoDiscover component to your project.

        Default: true

      • getLambdaOptions

        @Stability(Experimental)
        @Nullable
        default LambdaFunctionCommonOptions getLambdaOptions()
        (experimental) Common options for all AWS Lambda functions.

        Default: - default options