Skip to content

Instantly share code, notes, and snippets.

View hookercookerman's full-sized avatar
💭
I am back

Richard Hooker hookercookerman

💭
I am back
View GitHub Profile
@hookercookerman
hookercookerman / cicd-pipelines.ts
Created December 20, 2019 15:16 — forked from paulswail/cicd-pipelines.ts
Create CICD pipelines for serverless services using AWS CDK
// /stacks/cicd-pipelines.ts
// CDK app which creates a stack using a set of service definitions
import 'source-map-support/register';
import { App } from '@aws-cdk/cdk';
import { ServiceCicdPipelines } from '../lib/cicd/pipelines';
import { deploymentTargetAccounts } from './config';
import services from './services';
const app = new App({