MCPcopy Index your code
hub / github.com/awsrun/aws-microservices / SwnQueueProps

Interface SwnQueueProps

lib/queue.ts:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { Construct } from "constructs";
6
7interface SwnQueueProps {
8 consumer: IFunction;
9}
10
11export class SwnQueue extends Construct {
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected