How to use @aws-cdk/aws-glue - 1 common examples

To help you get started, we’ve selected a few @aws-cdk/aws-glue examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github punchcard / punchcard / packages / @punchcard / data-lake / lib / data-lake.ts View on Github external
    this.database = scope.map(scope => new Database(scope, 'Database', {
      databaseName: props.lakeName
    }));
    this.pipelines = {} as any;

@aws-cdk/aws-glue

The CDK Construct Library for AWS::Glue

Apache-2.0
Latest version published 11 months ago

Package Health Score

65 / 100
Full package analysis

Popular @aws-cdk/aws-glue functions