Queuing services (SQS, Kafka)
Last updated
Was this helpful?
Last updated
Was this helpful?
is a managed queuing system allowing you to get messages delivered straight into your existing queue, minimising the potential of disruptions and barriers that may occur when ingesting a request from Terra API to your server.
All AWS-based require the following authentication setup.
The most basic way to allow Terra to write to your AWS resource is to with access limited to the resource you're trying to grant Terra access to. for access to the specific resource, (write access is generally the only one needed, unless specified otherwise)
In order to use role-based access, attach the following policy to your bucket:
Data sent to SQS can either take the type of healthcheck
or s3_payload
. See for further details.
Each of these payloads will be a simple JSON payload formatted as in the diagram above. the url
field in the data payload will be a download link from which you will need to download the data payload using a GET
request. This is done to minimise the size of messages in your queue.
The URL will be a to an object stored in one of Terra's S3 buckets.