Skip to content

Instantly share code, notes, and snippets.

View leandrodamascena's full-sized avatar

Leandro Damascena leandrodamascena

View GitHub Profile
diff --git a/aws_lambda_powertools/utilities/parser/models/s3_event_notification.py b/aws_lambda_powertools/utilities/parser/models/s3_event_notification.py
index 37d77821..e3bedb2b 100644
--- a/aws_lambda_powertools/utilities/parser/models/s3_event_notification.py
+++ b/aws_lambda_powertools/utilities/parser/models/s3_event_notification.py
@@ -3,7 +3,7 @@ from typing import List
from pydantic import Json
from aws_lambda_powertools.utilities.parser.models.s3 import S3Model
-from aws_lambda_powertools.utilities.parser.models.sqs import SqsRecordModel, SqsModel
+from aws_lambda_powertools.utilities.parser.models.sqs import SqsModel, SqsRecordModel

Summary

This release adds support for Modulo Range Feature Flags and enhances the Event handler with the compress parameter in the Response class.

⭐ Huge thanks to our new contributor: @ajwad-shaikh

Feature Flags

Docs