Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
import
{ Construct } from
"constructs"
;
6
7
interface
SwnQueueProps {
8
consumer: IFunction;
9
}
10
11
export
class
SwnQueue extends Construct {
12
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected