UNPKG

serverless-offline-msk

Version:

A serverless offline plugin that enables AWS MSK events

6 lines (5 loc) 225 B
require('./lib/browser_loader'); var AWS = require('./lib/core'); if (typeof window !== 'undefined') window.AWS = AWS; if (typeof module !== 'undefined') module.exports = AWS; if (typeof self !== 'undefined') self.AWS = AWS;