Skip to content

Commit 19e2bab

Browse files
Ryan Pelaezpelaezryan
Ryan Pelaez
authored andcommitted
Cleaned up sample.properties file for streamArn configuration
1 parent afba041 commit 19e2bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/sample.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ executableName = sample_kclpy_app.py
55

66
# The Stream arn: arn:aws:kinesis:<region>:<account id>:stream/<stream name>
77
# Important: streamArn takes precedence over streamName if both are set
8-
streamArn = arn:aws:kinesis:us-east-5:ACCOUNT_ID:stream/kclpysample
8+
streamArn = arn:aws:kinesis:us-east-5:000000000000:stream/kclpysample
99

1010
# The name of an Amazon Kinesis stream to process.
1111
# Important: streamArn takes precedence over streamName if both are set

0 commit comments

Comments
 (0)