We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ccaa3 commit b470a31Copy full SHA for b470a31
aws_lambda_powertools/utilities/parser/models/sns.py
@@ -6,7 +6,7 @@
6
from typing_extensions import Literal
7
8
9
-class SqsMsgAttributeModel(BaseModel):
+class SnsMsgAttributeModel(BaseModel):
10
Type: str
11
Value: str
12
@@ -16,7 +16,7 @@ class SnsNotificationModel(BaseModel):
16
TopicArn: str
17
UnsubscribeUrl: HttpUrl
18
Type: Literal["Notification"]
19
- MessageAttributes: Dict[str, SqsMsgAttributeModel]
+ MessageAttributes: Dict[str, SnsMsgAttributeModel]
20
Message: str
21
MessageId: str
22
SigningCertUrl: HttpUrl
0 commit comments