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.

11 lines (9 loc) 228 B
//#region listener/topic.ts const SSPY_TOPIC = "sspy"; function getTopic(scope) { return `${SSPY_TOPIC}/${scope}`; } //#endregion exports.SSPY_TOPIC = SSPY_TOPIC; exports.getTopic = getTopic; //# sourceMappingURL=topic.js.map