UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

9 lines (6 loc) 232 B
'use strict'; const path = require('path'); module.exports = (() => { if (process.env.SERVERLESS_BINARY_PATH) return path.resolve(process.env.SERVERLESS_BINARY_PATH); return path.join(__dirname, '../bin/serverless.js'); })();