UNPKG

serverless-offline

Version:

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

7 lines (4 loc) 136 B
'use strict'; const log = require('./log'); const chalk = require('chalk'); module.exports = log.bind(null, chalk.yellow('Warning'));