@blueprod/logger-lambda

Lambda Logger

Usage no npm install needed!

<script type="module">
  import blueprodLoggerLambda from 'https://cdn.skypack.dev/@blueprod/logger-lambda';
</script>

README

blueprod Logger for AWS Lambda

  • Java style i.e. logger.error('message', exception);
  • With/Without namespace in the message

ENVIRONMENT VARIABLES

Enable namespace

process.env['BD_LOG_PRINT_NAMESPACE'] = 'TRUE';