class

Aws::Sqs::Client

Inherits Reference / Object

An Sqs client for interacting with Sqs.

Creating an Sqs Client

client = Client.new("region", "key", "secret")

Client with custom endpoint

client = Client.new("region", "key", "secret", endpoint: "http://test.com")

Client with custom signer algorithm

client = Client.new("region", "key", "secret", signer: :v2)

Constructors

new(region : String, aws_access_key : String, aws_secret_key : String, endpoint : String | Nil = nil, signer : Symbol = :v4)
Source

Instance methods

create_queue(name : String)
Source
send_message(queue : String, message : String)
Source