...
The target queue can live in two difference places:
in your own AWS account
...
. This
...
gives you as a customer the most flexibility.
in DI's AWS account. A fee will be charged in this case to cover administration and operating costs. For this option reach out to you contact person to plan.
The events will be represented in the same format as used by the Parcel Event Log v1 API, but not including all fields/values.
Info |
---|
|
...
ensure your organization is ready to process events: fetch them from the queue, parse them, and process them.
See [1] for a list of available implementation technologies from AWS. Examples are included in the SDK documentation.
Option 11a
(preferred) provide the destination AWS default type SQS queue ARN (FIFO queues are not supported)
grant DI access to your queue (see section below)
confirm the subscription to the SNS topic for your SQS queue after DI has enabled the feature (see [2]). You need to find and visit a subscription confirmation URL inside a message posted to your queue.
if you can't find subscription confirmation message, double check the policy to ensure DI is allowed to write into your queue and ask DI to resend the confirmation message
This option includes automatic retry logic if you queue for some reason is unstable
Option 2 1b
(preferred) provide the destination HTTP/HTTPS protokoll endpoint (e.g. from google cloud services)
Whitelist DI to give access to send information (see section below)
Make sure your endpoint accepts messages in text format
Confirm the subscription to the SNS topic for your endpoint after DI has enabled the feature (see [2]). You need to find and visit a subscription confirmation URL inside a message posted to your endpoint.
For http/s we will handle a maximum of 3 retries.
Option 3
(alternative) ask if DI can host the AWS SQS queue if you don't have any plans to use AWS in your organization
Events will be kept for four days before they expire.Contact your contact person with your carrier to enable this
Granting access to your queue
...