We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44068af + f35685c commit af43436Copy full SHA for af43436
Sources/AWSLambdaRuntime/Lambda+LocalServer.swift
@@ -397,7 +397,7 @@ internal struct LambdaHTTPServer {
397
status: .badRequest,
398
body: ByteBuffer(
399
string:
400
- "It's illegal to invoke multiple Lambda function executions in parallel. (The Lambda runtime environment on AWS will never do that)"
+ "It is not allowed to invoke multiple Lambda function executions in parallel. (The Lambda runtime environment on AWS will never do that)"
401
)
402
403
try await self.sendResponse(response, outbound: outbound, logger: logger)
0 commit comments