Skip to content

Commit

Permalink
fix: Fixes AWSSQSQUEUE synthesis rules (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsubirat authored Dec 16, 2024
1 parent 597cfc5 commit 9a59734
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions entity-types/infra-awssqsqueue/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ synthesis:
name: aws.sqs.QueueName
encodeIdentifierInGUID: false
conditions:
- attribute: eventType
prefix: Log
- attribute: eventSource
value: sqs.amazonaws.com
- attribute: eventName
present: true
- attribute: aws.Arn
present: true
- attribute: aws.sqs.QueueName
Expand All @@ -40,8 +42,10 @@ synthesis:
name: aws.sqs.QueueName
encodeIdentifierInGUID: true
conditions:
- attribute: eventType
prefix: Log
- attribute: eventSource
value: sqs.amazonaws.com
- attribute: eventName
present: true
- attribute: aws.Arn
present: true
- attribute: aws.sqs.QueueName
Expand Down

0 comments on commit 9a59734

Please sign in to comment.