UNPKG

lambda-tools

Version:

Scripts for working with AWS Lambda backed microservices

9 lines (6 loc) 198 B
"use strict"; const path = require('path'); const untildify = require('untildify'); module.exports = function parsePath(filePath) { return path.resolve(process.cwd(), untildify(filePath)); };