npm.io
0.1.2 • Published 6 years ago

lambda-console

Licence
MIT
Version
0.1.2
Deps
1
Size
6 kB
Vulns
0
Weekly
0

lambda-console

Console for Lambda.

Installation

npm i lambda-console

Usage

const {
  log,
  info,
  dir,
  error,
  warn,
  debug,
} = require('lambda-console');

// This is equivalent to console.log.
log('foo %s', 'bar');

// If there is one argument and it is an object, it is outputted as JSON.
log({ foo: 'bar' });

License

MIT

Keywords