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

Method constructor

src/main.ts:5–9  ·  view source on GitHub ↗
(scope: Construct, id: string, props: StackProps = {})

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected