Skip to content

Commit bd3e7ad

Browse files
authored
Merge pull request melisgibson#68 from melisgibson/mgibson-071422
update
2 parents bde287d + 8a947fe commit bd3e7ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create_sqs_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
sqs = boto3.resource('sqs')
44

55
# Create the queue. This returns an SQS.Queue instance
6-
queue = sqs.create_queue(QueueName='time-queue')
6+
queue = sqs.create_queue(QueueName='random-num-queue')
77

88
# You can now access identifiers and attributes
99
print(queue.url)

0 commit comments

Comments
 (0)