UNPKG

serverless-spy

Version:

CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.

7 lines (6 loc) 275 B
import { Credentials } from "@aws-sdk/types"; //#region common/getWebSocketUrl.d.ts declare function getSignedWebSocketUrl(url: string, credentials?: Credentials): Promise<string>; //#endregion export { getSignedWebSocketUrl }; //# sourceMappingURL=getWebSocketUrl.d.mts.map