Skip to content

Commit e3bcf89

Browse files
Updated request url in readme docs
1 parent fd0d301 commit e3bcf89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apigw-kinesis-lambda-ddb/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Once the application is deployed:
5252
- Invoke the endpoint from Postman using some json payload and verify the payload saved in DynamoDB.
5353
5454
Request:
55-
- Request URL: https://{RestApiEndpoint}.execute-api.us-east-1.amazonaws.com/submit/{streamName}/{eventId}
55+
- Request URL: https://{RestApiEndpoint}.execute-api.us-east-1.amazonaws.com/{gatewayStage}/submit/{streamName}/{eventId}
56+
- gatewayStage - Name of the API Gateway Stage. A stage is a named reference to a deployment, which is a snapshot of the API. "prod" is the stage name used in the SAM template.
5657
- streamName - This is the name of kinesis stream created i.e., GatewayEventsStream
5758
- eventId - Value in this attribute is used to choose PartitionKey in Kinesis stream. This example uses a single shard but when multiple shards are used, this eventId should be unique to share the load with multiple shards. Example: 55ad376f-86bf-4b06-9d3a-23237464dbd4
5859
- Request Method: POST

0 commit comments

Comments
 (0)