Skip to content

Files

This branch is 1371 commits behind awsdocs/aws-doc-sdk-examples:main.

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 13, 2023
Feb 14, 2023
Feb 13, 2023
Feb 13, 2023
Feb 13, 2023
Feb 13, 2023
Feb 13, 2023
Feb 13, 2023
Feb 14, 2023
Feb 13, 2023
Feb 13, 2023
Feb 13, 2023
Feb 13, 2023

SQS code examples for the SDK for Ruby

Overview

These examples show how to create and manage Amazon Simple Queue Service (Amazon SQS) queues using the SDK for Ruby.

SQS is a fully managed message queuing service that makes it easy to decouple and scale microservices, distributed systems, and serverless applications.

⚠️ Important

  • Running this code might result in charges to your AWS account.
  • Running the tests might result in charges to your AWS account.
  • We recommend that you grant your code least privilege. At most, grant only the minimum permissions required to perform the task. For more information, see Grant least privilege.
  • This code is not tested in every AWS Region. For more information, see AWS Regional Services.

Code examples

Single actions

Code excerpts that show you how to call individual service functions.

Scenarios

Code examples that show you how to accomplish a specific task by calling multiple functions within the same service.

Run the examples

Prerequisites

See the Ruby README.md for prerequisites.

Instructions

The easiest way to interact with this example code is by invoking a Scenario from your command line. For example, ruby some_scenario.rb will invoke some_scenario.rb.

Contributing

Code examples thrive on community contribution!

Tests

⚠️ Running tests might result in charges to your AWS account.

This service is not currently tested.

Additional resources

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0