Skip to content

Commit f35685c

Browse files
sebstoCopilot
andauthored
Update Sources/AWSLambdaRuntime/Lambda+LocalServer.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1de4b19 commit f35685c

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)