UNPKG

somod-chat-service

Version:

Serverless Chat Service from SOMOD

3 lines (2 loc) 204 B
import { APIGatewayProxyEventV2, APIGatewayProxyWebsocketEventV2 } from "aws-lambda"; export declare const getUserIdFromEvent: (event: APIGatewayProxyEventV2 | APIGatewayProxyWebsocketEventV2) => string;