UNPKG

serverless-offline-msk

Version:

A serverless offline plugin that enables AWS MSK events

9 lines (6 loc) 223 B
'use strict'; const filenamify = require('./filenamify'); const filenamifyPath = require('./filenamify-path'); const filenamifyCombined = filenamify; filenamifyCombined.path = filenamifyPath; module.exports = filenamify;