Home

Awesome

*nix build status Windows build status Tests coverage Transpilation status npm version

log-aws-lambda

log writer for AWS Lambda environment

Usage

At beginning of main module of your program invoke:

require("log-aws-lambda")();

Note: Value of LOG_TIME env var is ignored, as AWS logs by default are accompanied with absolute timestamps

Tests

$ npm test