Skip to content

Commit

Permalink
Fix updatesScanTaskStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Dec 11, 2024
1 parent 091690c commit 433e791
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions backend/src/tasks/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,3 @@ scanExecution:

updateScanTaskStatus:
handler: src/tasks/updateScanTaskStatus.handler
events:
- eventBridge:
name: ${self:provider.stage}-updateScanTaskStatus
pattern:
source:
- aws.ecs
detail-type:
- ECS Task State Change
detail:
clusterArn:
- ${file(env.yml):${self:provider.stage}-ecs-cluster, ''}

0 comments on commit 433e791

Please sign in to comment.