| 7 | import { SwnQueue } from './queue'; |
| 8 | |
| 9 | export class AwsMicroservicesStack extends Stack { |
| 10 | constructor(scope: Construct, id: string, props?: StackProps) { |
| 11 | super(scope, id, props); |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected