Skip to content

Commit cd258d8

Browse files
committed
more fixes
1 parent a346199 commit cd258d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data-collection/deploy/module-resilience-hub.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ Resources:
127127
Handler: index.lambda_handler
128128
Runtime: python3.12
129129
Architectures: [x86_64]
130+
MemorySize: 2688
131+
Timeout: 900
130132
Environment:
131133
Variables:
132134
REGIONS: !Ref RegionsInScope
@@ -272,7 +274,7 @@ Resources:
272274
'fis_tests_total': '0',
273275
'alarms_total': '0',
274276
'sops_total': '0',
275-
'compliance_outstanding': '0',
277+
'compliance_outstanding': '0', # FIXME
276278
'fis_tests_outstanding': '0',
277279
'alarms_outstanding': '0',
278280
'sops_outstanding': '0',

0 commit comments

Comments
 (0)