Skip to content

Commit 9afa4c1

Browse files
authored
Merge pull request #378 from mungojam/patch-1
Correct C# SQS handler name
2 parents 8887987 + b8ec50a commit 9afa4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_source/with-sqs-create-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Build the code with the Lambda library dependencies to create a deployment packa
6565

6666
The following is example C\# code that receives an Amazon SQS event message as input and processes it\. For illustration, the code writes some of the incoming event data to the console\.
6767

68-
In the code, `handleRequest` is the handler\. The handler uses the predefined `SQSEvent` class that is defined in the `AWS.Lambda.SQSEvents` library\.
68+
In the code, `HandleSQSEvent` is the handler\. The handler uses the predefined `SQSEvent` class that is defined in the `AWS.Lambda.SQSEvents` library\.
6969

7070
**Example ProcessingSQSRecords\.cs**
7171

0 commit comments

Comments
 (0)