We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99f9dc commit 222bc03Copy full SHA for 222bc03
docs/core/event_handler/api_gateway.md
@@ -267,7 +267,7 @@ You can use `/path/{dynamic_value}` when configuring dynamic URL paths. This all
267
@app.get("/hello/<name>")
268
@tracer.capture_method
269
def get_hello_you(name):
270
- return {"message": f"hello {name}}"}
+ return {"message": f"hello {name}"}
271
272
# You can continue to use other utilities just as before
273
@logger.inject_lambda_context(correlation_id_path=correlation_paths.API_GATEWAY_REST)
0 commit comments