MCPcopy Create free account
hub / github.com/Lock128/cicdonaws-example-projects / MyStack

Class MyStack

src/main.ts:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Construct } from 'constructs';
3
4export class MyStack extends Stack {
5 constructor(scope: Construct, id: string, props: StackProps = {}) {
6 super(scope, id, props);
7
8 // define resources here...
9 }
10}
11
12// for development, use account/region from cdk cli
13const devEnv = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected