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 3b29513 commit c562cb8Copy full SHA for c562cb8
readme.md
@@ -91,7 +91,7 @@ Next, create a `main.swift` and implement your Lambda.
91
```swift
92
// Import the modules
93
import AWSLambdaRuntime
94
- Import AWSLambdaEvents
+ import AWSLambdaEvents
95
96
// In this example we are receiving an SQS Message, with no response (Void).
97
Lambda.run { (context, message: SQS.Message, callback) in
0 commit comments