You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain variable substitution like ${AWS_IOT_THING_NAME} are already available in the outputTopics/inputTopics entries in the function config file and are very useful when you need to parametrize topics.
Would be great to have a feature to define my own substitution variables, for example in the main deployment config file that could be used in referenced function config files.
--> function.conf
...
outputTopics = 'event/${ORG}/sensor
...
--> deployment.config
...
subtEnv :{
ORG: 'acme'
}
...
or by passing substitution variables over the command line or environment variables java -jar bin/AwsGreengrassProvisioner.jar -g test-zebra -d deployments/morrison-zebra.conf --oem --env ORG:acme
Certain variable substitution like ${AWS_IOT_THING_NAME} are already available in the outputTopics/inputTopics entries in the function config file and are very useful when you need to parametrize topics.
Would be great to have a feature to define my own substitution variables, for example in the main deployment config file that could be used in referenced function config files.
--> function.conf
--> deployment.config
or by passing substitution variables over the command line or environment variables
java -jar bin/AwsGreengrassProvisioner.jar -g test-zebra -d deployments/morrison-zebra.conf --oem --env ORG:acme
or
The text was updated successfully, but these errors were encountered: