UNPKG

serverless-offline

Version:

Emulate AWS λ and API Gateway locally when developing your Serverless project

6 lines (3 loc) 110 B
'use strict'; const chalk = require('chalk'); module.exports = console.log.bind(null, chalk.gray('slso:'));