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

Class

src/main.ts:4–4  ·  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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected