Files
netris-nestri/infra-old/realtime.ts
2025-07-16 19:55:36 +03:00

9 lines
254 B
TypeScript

// import { auth } from "./auth";
import { postgres } from "./postgres";
export const device = new sst.aws.Realtime("Realtime", {
authorizer: {
link: [ postgres],
handler: "packages/functions/src/realtime/authorizer.handler"
}
})