mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
Fix Typo in readme.md (#110)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user