@dougmoscrop I am using the serverless framework with version 1.32 and below are the change in our serverless.yml files. service: test-infoapi custom: splitStacks: perFunction: false perType: true envfile: ${file(./config/config-${opt:stage}.yml)} [root@~]# serverless -v 1.32.0