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';
Lambda Logger
<script type="module">
import blueprodLoggerLambda from 'https://cdn.skypack.dev/@blueprod/logger-lambda';
</script>
Enable namespace
process.env['BD_LOG_PRINT_NAMESPACE'] = 'TRUE';