We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82cf20a + 4a72f36 commit 1cb8767Copy full SHA for 1cb8767
1 file changed
sqs-samples/main.go
@@ -62,7 +62,7 @@ func main() {
62
// Pointing to the LocalStack SQS endpoint
63
if service == sqs.ServiceID {
64
return aws.Endpoint{
65
- URL: "http://localhost:4566", // LocalStack SQS endpoint
+ URL: queueUrl, // LocalStack SQS endpoint
66
SigningRegion: "us-east-1",
67
}, nil
68
}
0 commit comments