UNPKG

1.19 kBYAMLView Raw
1default:
2
3 # This flag specifies that this template will use the custom/overridden
4 # compileCF class from the deployment package kes.js
5 customCompilation: true
6
7 # User facing options, these can be overridden in the parent template
8 # configuration or the deployment app/config.yml
9 lambdaProcess: true
10 maxNumberOfRetainedLambdas: 1
11
12 # This list specifies which config values will be overriden by values
13 # in the parent configuration. This allows subtemplates to have
14 # user facing configuration flags
15 override_with_parent:
16 - maxNumberOfRetainedLambdas
17 - useWorkflowLambdaVersions
18 - message_adapter_version
19
20 # This flag sets if the template will add values to the config.oldLambdaInjection
21 # keys containing 'old' lambda hash/version information
22 oldLambdaInjection: true
23
24 lambdas: !!files [
25 'lambdas.yml',
26 'node_modules/@cumulus/api/config/lambdas.yml',
27 'node_modules/@cumulus/api/config/workflowLambdas.yml'
28 ]
29
30 workflowLambdas: !!files [
31 'lambdas.yml',
32 'node_modules/@cumulus/api/config/workflowLambdas.yml'
33 ]
34
35 repo_owner: nasa
36 message_adapter_repo: cumulus-message-adapter
37 message_adapter_filename: cumulus-message-adapter.zip