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 (4 loc) 166 B
var server = require('./server.js') module.exports = require('./stream.js') module.exports.Server = server.Server module.exports.createServer = server.createServer