Skip to content

Commit

Permalink
Casing should match AWS API
Browse files Browse the repository at this point in the history
  • Loading branch information
adam.gloyne committed Sep 20, 2023
1 parent e4017f6 commit 01d8f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/LEGO.AsyncAPI.Bindings/Sns/Consumer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public enum Protocol

public enum FilterPolicyScope
{
[Display("messageAttributes")] MessageAttributes,
[Display("messageBody")] MessageBody,
[Display("MessageAttributes")] MessageAttributes,
[Display("MessageBody")] MessageBody,
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public void SnsOperationBinding_WithFilledObject_SerializesAndDeserializes()
- rugby
- football
- baseball
filterPolicyScope: messageAttributes
filterPolicyScope: MessageAttributes
rawMessageDelivery: false
redrivePolicy:
deadLetterQueue:
Expand Down

0 comments on commit 01d8f8f

Please sign in to comment.