-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
#!/usr/bin/env node
import * as cdk from 'aws-cdk-lib';
import { CdkGithubBugReproducerStack } from '../lib/cdk-github-bug-reproducer-stack';
const app = new cdk.App();
new CdkGithubBugReproducerStack(app, 'CdkGithubBugReproducerStack', {
/* If you don't specify 'env', this stack will be environment-agnostic.
Metadata
Metadata
Assignees
Labels
No labels