Procedures
Automation procedures in the AWS SQS BDK Book.
Make sure to add the AWS SQS BDK Book to your agent before using these automation procedures.
to delete a (message) from a queue
Deletes a message from an SQS queue.
Input Concepts
Output Concepts
to get (queues) from sqs
Lists all queues available in SQS.
Output Concepts
queues
A list of queue URLs
text
to receive (messages) from a queue
Receives messages from an SQS queue.
Input Concepts
queue
The URL of the Amazon SQS queue to receive messages from
text
Yes
max amount
Maximum number of messages to return
number
No
1
visibility timeout
The duration in seconds that the received messages are hidden
number
No
Output Concepts
to send a message to a queue
Sends a message to an SQS queue.
Input Concepts
queue
The URL of the Amazon SQS queue to send a message to
text
Yes
body
The message to send
text
Yes
attributes
Message attributes for the message
``
No
Output Concepts
answer
Information about the sent message including MessageId
``
Last updated
Was this helpful?