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 9eac24a commit 4400181Copy full SHA for 4400181
examples/event_handler_rest/src/discriminated_unions.py
@@ -44,4 +44,4 @@ def handle_action(action: Annotated[ActionType, Body(description="Action to perf
44
@logger.inject_lambda_context(correlation_id_path=correlation_paths.API_GATEWAY_HTTP)
45
@tracer.capture_lambda_handler
46
def lambda_handler(event: dict, context: LambdaContext) -> dict:
47
- return app.resolve(event, context)
+ return app.resolve(event, context)
0 commit comments