April 2018
Intermediate to advanced
280 pages
8h 37m
English
The queue can be deleted simply by invoking the delete_queue() function call and passing the queue URL to it.
The following lines of code will delete the queue:
response = sqs_object.delete_queue( QueueUrl=queue_url )
Now that we have covered various AWS services and their implementation using the APIs, let's look at what automation mechanisms are provided by AWS to provision these resources.