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 316328e commit cb7cc6bCopy full SHA for cb7cc6b
Sources/SwiftAwsLambda/LambdaRunner.swift
@@ -38,7 +38,7 @@ internal struct LambdaRunner {
38
39
let future: EventLoopFuture<LambdaHandler>
40
do {
41
- // 1. craete the handler from the provider
+ // 1. create the handler from the provider
42
let handler = try provider(self.eventLoop)
43
// 2. bootstrap if needed
44
if let handler = handler as? BootstrappedLambdaHandler {
0 commit comments