mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
9 lines
254 B
TypeScript
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"
|
|
}
|
|
}) |