We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4ec33 commit 9259960Copy full SHA for 9259960
Libraries/src/Amazon.Lambda.SimpleEmailEvents/README.md
@@ -9,7 +9,7 @@ Below is a sample class and Lambda function that illustrates how a SimpleEmailEv
9
```csharp
10
public class Function
11
{
12
- public string Handler(SimpleEmailEvent sesEvent)
+ public string Handler(SimpleEmailEvent<LambdaReceiptAction> sesEvent)
13
14
foreach (var record in sesEvent.Records)
15
0 commit comments