Skip to content

Commit 63aa7dd

Browse files
committed
Remove lambda warmer
1 parent c2f212e commit 63aa7dd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cloudformation/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -285,16 +285,6 @@ Resources:
285285
!FindInMap [EnvironmentToCidr, !Ref RunEnvironment, SubnetIds],
286286
!Ref AWS::NoValue,
287287
]
288-
Events:
289-
WarmingSchedule:
290-
Type: Schedule
291-
Properties:
292-
Schedule: !If [
293-
ShouldAttachVpc,
294-
'rate(15 minutes)',
295-
'rate(5 minutes)'
296-
]
297-
Input: '{ "warmer":true,"concurrency":3 }'
298288

299289

300290
AppSqsLambdaFunction:

0 commit comments

Comments
 (0)