UNPKG

sls3-legacy

Version:

SLS3 Legacy - A fork of Serverless Framework v3

8 lines (6 loc) 175 B
'use strict'; module.exports.cfValue = (value) => { return { anyOf: [value, { $ref: '#/definitions/awsCfFunction' }, { $ref: '#/definitions/awsCfIf' }], }; };