docs/source/guide/sqs-examples.rst
.. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. .. SPDX-License-Identifier: Apache-2.0
.. _aws-boto3-sqs-examples:
################### Amazon SQS examples ###################
.. meta:: :description: :keywords: AWS SQS
The code examples in this section demonstrate using the Amazon Web Services
(AWS) SDK for Python to call the Amazon Simple Queue Service (Amazon SQS).
For more information about Amazon SQS, see the Amazon SQS documentation <http://aws.amazon.com/documentation/sqs/>_.
Each code example requires that your AWS credentials have been configured as
described in :ref:guide_quickstart. Some examples require additional
prerequisites which are described in the example's section.
The source files for these and other code examples are available in the
AWS Code Catalog <https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/python/example_code>_
on GitHub.
Examples
.. toctree:: :maxdepth: 1
sqs-example-using-queues sqs-example-sending-receiving-msgs sqs-example-visibility-timeout sqs-example-long-polling sqs-example-dead-letter-queue