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.
1 parent 7fbec1d commit 2c638f2Copy full SHA for 2c638f2
Sources/AWSLambdaRuntime/LambdaRuntimeClient.swift
@@ -514,7 +514,7 @@ private final class LambdaChannelHandler<Delegate: LambdaChannelHandlerDelegate>
514
"user-agent": .userAgent,
515
"Lambda-Runtime-Function-Response-Mode": "streaming",
516
// these are not used by this runtime client at the moment
517
- // FIXME: the eror handling should inject these headers in the streamed response to report mid-stream errors
+ // FIXME: the error handling should inject these headers in the streamed response to report mid-stream errors
518
"Trailer": "Lambda-Runtime-Function-Error-Type, Lambda-Runtime-Function-Error-Body",
519
]
520
}
0 commit comments