Pranav Badami
11/04/2021, 1:01 AMserverless.yml
? for example, if i want to deploy to a stage like dev-pranav
, is there a way for me to structure this such that i fallback to my dev
stage config? thanks!Pranav Badami
11/04/2021, 1:06 AMFrank
custom:
memoryConfig:
prod: 2048
dev: 512
memory: ${self:custom.memoryConfig.${opt:stage}, self:custom.memoryConfig.dev}