UNPKG

sls3-legacy

Version:

SLS3 Legacy - A fork of Serverless Framework v3

9 lines (6 loc) 272 B
'use strict'; const _ = require('lodash'); module.exports = ({ configuration, options }) => Boolean(_.get(configuration, 'org') || options.org) && Boolean(_.get(configuration, 'app') || options.app) && !_.get(configuration, 'dashboard.disableMonitoring');