UNPKG

aws-lager

Version:

AWS Lambda / API Gateway / Endpoint Router

8 lines (6 loc) 213 B
'use strict'; var path = require('path'); module.exports = function(filePath, environment) { var fileName = path.basename(filePath); return (environment ? environment + '_' : '') + fileName.split('.')[0]; };