Skip to content

Commit af43436

Browse files
author
Sebastien Stormacq
committed
Merge branch 'sebsto/fix_584' of github.com:sebsto/swift-aws-lambda-runtime into sebsto/fix_584
2 parents 44068af + f35685c commit af43436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/Lambda+LocalServer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ internal struct LambdaHTTPServer {
397397
status: .badRequest,
398398
body: ByteBuffer(
399399
string:
400-
"It's illegal to invoke multiple Lambda function executions in parallel. (The Lambda runtime environment on AWS will never do that)"
400+
"It is not allowed to invoke multiple Lambda function executions in parallel. (The Lambda runtime environment on AWS will never do that)"
401401
)
402402
)
403403
try await self.sendResponse(response, outbound: outbound, logger: logger)

0 commit comments

Comments
 (0)