We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c97200 commit 919e057Copy full SHA for 919e057
aws_lambda_powertools/utilities/parser/models/sns.py
@@ -108,8 +108,7 @@ class SnsNotificationModel(BaseModel):
108
SignatureVersion: Optional[str] = Field(
109
default=None,
110
description=(
111
- "Version of the Amazon SNS signature used. "
112
- "Not present for FIFO topics with content-based deduplication."
+ "Version of the Amazon SNS signature used. Not present for FIFO topics with content-based deduplication."
113
),
114
examples=["1", "2", None],
115
) # NOTE: FIFO opt-in removes attribute
0 commit comments