Skip to content

Instantly share code, notes, and snippets.

@logemann
Created April 30, 2020 21:54
Show Gist options
  • Select an option

  • Save logemann/604143183741f65130e55307cee3fb3d to your computer and use it in GitHub Desktop.

Select an option

Save logemann/604143183741f65130e55307cee3fb3d to your computer and use it in GitHub Desktop.

Revisions

  1. Marc Logemann created this gist Apr 30, 2020.
    6 changes: 6 additions & 0 deletions cont_deploy_docker.ts
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    #!/usr/bin/env node
    import 'source-map-support/register';
    import * as cdk from '@aws-cdk/core';
    import { ContDeployDockerStack } from '../lib/cont_deploy_docker-stack';
    const app = new cdk.App();
    new ContDeployDockerStack(app, 'ContDeployDockerStack');