Skip to content

Commit 222bc03

Browse files
committed
docs(event_handler): fix closing brackets in CORS sample
1 parent b99f9dc commit 222bc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/event_handler/api_gateway.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ You can use `/path/{dynamic_value}` when configuring dynamic URL paths. This all
267267
@app.get("/hello/<name>")
268268
@tracer.capture_method
269269
def get_hello_you(name):
270-
return {"message": f"hello {name}}"}
270+
return {"message": f"hello {name}"}
271271

272272
# You can continue to use other utilities just as before
273273
@logger.inject_lambda_context(correlation_id_path=correlation_paths.API_GATEWAY_REST)

0 commit comments

Comments
 (0)