UNPKG

1.16 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
19 # This flag sets if the template will add values to the config.oldLambdaInjection
20 # keys containing 'old' lambda hash/version information
21 oldLambdaInjection: true
22
23 lambdas: !!files [
24 'lambdas.yml',
25 'node_modules/@cumulus/api/config/lambdas.yml',
26 'node_modules/@cumulus/api/config/workflowLambdas.yml'
27 ]
28
29 workflowLambdas: !!files [
30 'lambdas.yml',
31 'node_modules/@cumulus/api/config/workflowLambdas.yml'
32 ]
33
34 repo_owner: nasa
35 message_adapter_repo: cumulus-message-adapter
36 message_adapter_filename: cumulus-message-adapter.zip