Skip to content

Instantly share code, notes, and snippets.

@kukielp
Created June 1, 2020 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kukielp/780b84bed46673fc5d5f72bcd98f910d to your computer and use it in GitHub Desktop.
Save kukielp/780b84bed46673fc5d5f72bcd98f910d to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
import * as cdk from '@aws-cdk/core';
import { CdkOneStack } from '../lib/cdk-one-stack';
const app = new cdk.App();
new CdkOneStack(app, 'CdkOneStack'); // <- Stack name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment