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

Class

lib/database.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Construct } from "constructs";
4
5export class SwnDatabase extends Construct {
6
7 public readonly productTable: ITable;
8 public readonly basketTable: ITable;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected