UNPKG

serverless-plugin-flambe

Version:

Eliminates lambda cold starts

8 lines (6 loc) 231 B
const IDENTIFIER = 'flambé:'; const IDENTIFIER_COLOR = '\x1b[32m'; const COLOR_RESET = '\x1b[0m'; /* istanbul ignore next */ module.exports = (...args) => console.log(`${IDENTIFIER_COLOR}${IDENTIFIER}${COLOR_RESET}`, ...args);