MCPcopy Create free account
hub / github.com/awsrun/aws-microservices /

Class

lib/aws-microservices-stack.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { SwnQueue } from './queue';
8
9export class AwsMicroservicesStack extends Stack {
10 constructor(scope: Construct, id: string, props?: StackProps) {
11 super(scope, id, props);
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected