1. Home
  2. ...
  3. Messaging and Notification
  4. c AWS Simple Queue Service (SQS)

c AWS Simple Queue Service (SQS)

Available connectors

The AWS SQS component supports sending and receiving messages to Amazon's SQS service.

URI Syntax: aws2-sqs:queueNameOrArn

Main fields

Path parameters

Name
Description
Default
Type
queueNameOrArn (common)(required) Queue name or ARN—String

Query parameters

Name
Description
Default
Type
accessKey(security)Amazon AWS access key.—String
secretKey(security)Amazon AWS secret key.—String

Example

The following flow sends messages to an AWS SQS queue:

The flow starts with a POST request to the /hello endpoint with data in the body.

Then, it logs the received content.

Next, it sends the message to the AWS SQS queue:

  • Queue: identified by {sqs-arn} (Amazon Resource Name of the queue)
  • Authentication: accessKey and secretKey (AWS credentials for queue access)
  • The request body content is sent as a message to the SQS queue.

cURL

Result

How happy are you with this page?

We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more