Skip to content

Commit

Permalink
Merge pull request #307 from Particular/overridelocaladdress-wording-…
Browse files Browse the repository at this point in the history
…backport

Update OverrideLocalAddress wording
  • Loading branch information
jpalac committed Sep 21, 2023
2 parents ef52427 + 6c584a5 commit ec5ae99
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ public static class AwsLambdaDiagnostics
internal static readonly DiagnosticDescriptor OverrideLocalAddressNotAllowed = new DiagnosticDescriptor(
id: OverrideLocalAddressNotAllowedId,
title: "OverrideLocalAddress is not supported in AWS Lambda",
messageFormat: "The NServiceBus endpoint address in AWS Lambda is determined by the serverless template.",
messageFormat: "The NServiceBus endpoint address in AWS Lambda is determined by Lambda event source mapping.",
category: DiagnosticCategory,
defaultSeverity: DiagnosticSeverity.Error,
isEnabledByDefault: true
Expand Down

0 comments on commit ec5ae99

Please sign in to comment.