mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
10 lines
174 B
JavaScript
10 lines
174 B
JavaScript
export const cfValue = (value) => {
|
|
return {
|
|
anyOf: [
|
|
value,
|
|
{ $ref: '#/definitions/awsCfFunction' },
|
|
{ $ref: '#/definitions/awsCfIf' },
|
|
],
|
|
}
|
|
}
|