Yair Halevi (Spock)

Results 1 comments of Yair Halevi (Spock)

Before I tried to use compose, I had my `serverless.yml` set up with: ```yaml provider: stage: ${file(./serverless-stage.js)} ``` Where the `serverless-stage.js` file is: ```javascript module.exports = async ({ _, resolveVariable...