Skip to content

Commit

Permalink
updated the API Gateway example
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Jan 14, 2025
1 parent e562f82 commit 4b80af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javav2/usecases/creating_lambda_apigateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Use the AWS Lambda runtime Java API to create the Java class that defines the La

Create these Java classes:

+ **Handler** - used as the Lambda function that performs the use case described in this AWS tutorial. The application logic that's executed is located in the **handleRequest** method.
+ **Handler** - the Lambda function that performs the use case described in this AWS tutorial. The application logic that's executed is located in the **handleRequest** method.
+ **ScanEmployees** - uses the Amazon DynamoDB Java V2 API to scan the **Employee** table using an **Expression** object. This class also uses the Amazon Simple Notification Service (Amazon SNS) Java V2 API to send a message to an employee.
+ **Employee** - a Java class that is used with the DynamoDB Enhanced client. The fields in this class match the columns in the **Employee** table.

Expand Down

0 comments on commit 4b80af5

Please sign in to comment.