Inside my serverless.yml I have an external custom section:
custom: ${file(../../serverless.common.yml):custom}
Is it possible to add local custom settings as well?
Something like this:
custom:
- ${file(../../serverless.common.yml):custom}
- dotenv:
path: ../../.env