Skip to content

Commit 1096440

Browse files
committed
Applied code review feedback
1 parent f5050fc commit 1096440

File tree

1 file changed

+4
-1
lines changed
  • Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting

1 file changed

+4
-1
lines changed

Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ For executable mode, use `AssemblyName` as the handler (e.g., `MyLambdaProject`)
6060
### Class Library Mode
6161

6262
For class library mode, use `AssemblyName::ClassName::MethodName` as the handler. This mode works with traditional class-based handlers and uses reflection-based method invocation.
63+
<<<<<<< HEAD
6364

6465
### Common Configuration Issue
6566

@@ -143,4 +144,6 @@ builder.Services.AddAWSLambdaHosting(LambdaEventSource.HttpApi, options =>
143144
apiResponse.Headers ??= new Dictionary<string, string>();
144145
apiResponse.Headers["X-Request-Id"] = context.AwsRequestId;
145146
};
146-
});
147+
});
148+
=======
149+
>>>>>>> 76224107 (Applied code review feedback)

0 commit comments

Comments
 (0)