fix format
This commit is contained in:
parent
7b0c198c0f
commit
fdbaa68af7
1 changed files with 6 additions and 6 deletions
|
|
@ -40,13 +40,13 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
appName = "appName"
|
||||
streamName = "kcl-test"
|
||||
regionName = "us-west-2"
|
||||
workerID = "test-worker"
|
||||
consumerName = "enhanced-fan-out-consumer"
|
||||
appName = "appName"
|
||||
streamName = "kcl-test"
|
||||
regionName = "us-west-2"
|
||||
workerID = "test-worker"
|
||||
consumerName = "enhanced-fan-out-consumer"
|
||||
kinesisEndpoint = "https://kinesis.eu-west-1.amazonaws.com"
|
||||
dynamoEndpoint = "https://dynamodb.eu-west-1.amazonaws.com"
|
||||
dynamoEndpoint = "https://dynamodb.eu-west-1.amazonaws.com"
|
||||
)
|
||||
|
||||
const metricsSystem = "cloudwatch"
|
||||
|
|
|
|||
Loading…
Reference in a new issue