From a331cb31daf466b556dcc817fef4eb18d6975ce3 Mon Sep 17 00:00:00 2001 From: H1Gdev Date: Thu, 15 Feb 2024 19:31:49 +0900 Subject: [PATCH] fix upper snake case to camel case. --- docs/core/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/logging.md b/docs/core/logging.md index d4e85f98..1e615362 100644 --- a/docs/core/logging.md +++ b/docs/core/logging.md @@ -223,7 +223,7 @@ for known event sources, where either a request ID or X-Ray Trace ID are present */ public class Function { - [Logging(CorrelationIdPath = CorrelationIdPaths.API_GATEWAY_REST)] + [Logging(CorrelationIdPath = CorrelationIdPaths.ApiGatewayRest)] public async Task FunctionHandler (APIGatewayProxyRequest apigProxyEvent, ILambdaContext context) {