serverless/test/unit/lib/configuration/variables/sources/fixture/file-property-function-variable.js

6 lines
134 B
JavaScript

'use strict';
module.exports.property = async ({ resolveVariable }) => ({
varResult: await resolveVariable('file(file.json)'),
});