File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- awslocal sns create-topic --name local-event- sns
2
- awslocal sqs create-queue --queue-name local-queue- sqs
3
- awslocal sns subscribe --topic-arn arn:aws:sns:us-east-1:000000000000:local-event- sns --notification-endpoint http://localhost:4566/000000000000/local-queue- sqs --protocol sqs
1
+ awslocal sns create-topic --name local-sns-topic
2
+ awslocal sqs create-queue --queue-name local-sqs-queue
3
+ awslocal sns subscribe --topic-arn arn:aws:sns:us-east-1:000000000000:local-sns-topic --notification-endpoint http://localhost:4566/000000000000/local-sqs-queue --protocol sqs
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ type Settings struct {
9
9
AwsRegion string `env:"AWS_REGION"`
10
10
QueueUrl string `env:"QUEUE_URL"`
11
11
WorkersCount string `env:"WORKERS_COUNT"`
12
- StreamName string `env:"STREAM_NAME "`
12
+ StreamName string `env:"KINESIS_STREAM_NAME "`
13
13
}
14
14
15
15
var settings Settings
You can’t perform that action at this time.
0 commit comments