Skip to content

Commit e562f82

Browse files
committed
updated the API Gateway example
1 parent 6e691fe commit e562f82

File tree

1 file changed

+1
-1
lines changed
  • javav2/usecases/creating_lambda_apigateway

1 file changed

+1
-1
lines changed

javav2/usecases/creating_lambda_apigateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this tutorial, you create a Lambda function by using the AWS Lambda Java runt
1919

2020
![AWS Tracking Application](images/picPhone.png)
2121

22-
This tutorial shows you how to use Java logic to create a solution that performs this use case. For example, you'll learn how to read a database to determine which employees have reached the one year anniversary date, how to process the data, and send out a text message all by using a Lambda function. Then you’ll learn how to use Amazon API Gateway to invoke this Lambda function by using a Rest endpoint. For example, you can invoke the Lambda function by using this curl command:
22+
This tutorial shows you how to create a solution that performs this use case. For example, you'll learn how to read a database to determine which employees have reached the one year anniversary date, how to process the data, and send out a text message all by using a Lambda function. Then you’ll learn how to use Amazon API Gateway to invoke this Lambda function by using a Rest endpoint. For example, you can invoke the Lambda function by using this curl command:
2323

2424
curl -XGET "https://xxxxqjko1o3.execute-api.us-east-1.amazonaws.com/cronstage/employee"
2525

0 commit comments

Comments
 (0)