Skip to content

Commit 4a72f36

Browse files
feat: pipeline for sqs and localstack
Signed-off-by: kapish <upadhyaykapish@gmail.com>
1 parent 1db5f53 commit 4a72f36

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)