The AWS SQS component supports sending and receiving messages to Amazon's SQS service.
URI Syntax: aws2-sqs:queueNameOrArn
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 |
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:
{sqs-arn} (Amazon Resource Name of the queue)accessKey and secretKey (AWS credentials for queue access)

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