Hi,
I'm using this plugin for the first time.
When I defile custom configuration in one file, this plugin can read them.
custom:
greengrass:
groupId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
autoDeploy: false
functions:
my_func:
handler:my_func.function_handler
greengrass:
pinned: true
But, when I define custom configuration in other file, this plugin can't read them.
custom: ${file(../customs/${opt:stage, 'dev'}.yml)}
functions:
my_func:
handler:my_func.function_handler
greengrass:
pinned: true
greengrass:
groupId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
autoDeploy: false
it showed the following debug message.
No Group ID defined, skipping..
Can it be defined the configuration in other file?
Hi,
I'm using this plugin for the first time.
When I defile
customconfiguration in one file, this plugin can read them.But, when I define
customconfiguration in other file, this plugin can't read them.it showed the following debug message.
Can it be defined the configuration in other file?