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 6616425 commit ef06a20Copy full SHA for ef06a20
aws_lambda_powertools/event_handler/appsync.py
@@ -153,6 +153,7 @@ def lambda_handler(event, context):
153
# If we clean the context immediately, it might not be available when the coroutine is actually executed.
154
# For single async operations, the context should be cleaned up manually after the coroutine completes.
155
# See: https://github.com/aws-powertools/powertools-lambda-python/issues/5290
156
+ # REVIEW: Review this support in Powertools V4
157
if not asyncio.iscoroutine(response):
158
self.clear_context()
159
0 commit comments