Skip to content

Commit 9259960

Browse files
author
Craig Brett
committed
Update readme to reflect changes
1 parent ec4ec33 commit 9259960

File tree

1 file changed

+1
-1
lines changed
  • Libraries/src/Amazon.Lambda.SimpleEmailEvents

1 file changed

+1
-1
lines changed

Libraries/src/Amazon.Lambda.SimpleEmailEvents/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Below is a sample class and Lambda function that illustrates how a SimpleEmailEv
99
```csharp
1010
public class Function
1111
{
12-
public string Handler(SimpleEmailEvent sesEvent)
12+
public string Handler(SimpleEmailEvent<LambdaReceiptAction> sesEvent)
1313
{
1414
foreach (var record in sesEvent.Records)
1515
{

0 commit comments

Comments
 (0)