Skip to content

Commit 1cb8767

Browse files
authored
Merge pull request #138 from kapishupadhyay22/improve-naming
fix: used correct uri for SQS localstack service
2 parents 82cf20a + 4a72f36 commit 1cb8767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqs-samples/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func main() {
6262
// Pointing to the LocalStack SQS endpoint
6363
if service == sqs.ServiceID {
6464
return aws.Endpoint{
65-
URL: "http://localhost:4566", // LocalStack SQS endpoint
65+
URL: queueUrl, // LocalStack SQS endpoint
6666
SigningRegion: "us-east-1",
6767
}, nil
6868
}

0 commit comments

Comments
 (0)