Skip to content

Commit ed01dee

Browse files
Update ack-connect-route/README.md
Co-authored-by: ellisms <114107920+ellisms@users.noreply.github.com>
1 parent fbe1fb3 commit ed01dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ack-connect-route/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Websocket API Gateway acknowledgement for $connect route.
1+
## Websocket acknowledgement for $connect route in Amazon API Gateway
22

33
The Serverless Application Model (SAM) template deploys an Amazon WebSocket API Gateway and two AWS Lambda functions. When a client connects, the API Gateway creates a $connect route with Lambda proxy integration. The first Lambda function processes the initial connection, capturing both the Connection ID and API Gateway stage URL, then asynchronously triggers the second Lambda function. This second function validates the Connection ID and, if valid, uses SDK API calls to send a greeting message back to the client.
44

0 commit comments

Comments
 (0)