Fix Typo in readme.md (#110)

This commit is contained in:
Christoph Walcher
2020-06-03 17:26:55 +02:00
committed by GitHub
parent 3b29513652
commit c562cb8d0f
+1 -1
View File
@@ -91,7 +91,7 @@ Next, create a `main.swift` and implement your Lambda.
```swift
// Import the modules
import AWSLambdaRuntime
Import AWSLambdaEvents
import AWSLambdaEvents
// In this example we are receiving an SQS Message, with no response (Void).
Lambda.run { (context, message: SQS.Message, callback) in