This execution need to wait https://tvlk.slack.com/files/T02T3CAFM/FR49LEKJT?origin_team=T02T3CAFM and https://tvlk.slack.com/files/T02T3CAFM/FQQU6F351*
We want to move attribute generator job from ne to aprhdjw. The event sources for the job are geo change (already subscribed), landmark change, accom data change, and accom region mapping change. We need to subscribe our SQS to these SNS to enable attribute generator job in aprhdjw.
To notify when there are events that need to be processed for attribute generator job.
With these Sqs-es, we will move attribute generator job from ne to aprhdjw and becomes one step closer to decommissioning ne.
Additional traffic to poll from Sqs that listen the events
{code}
topic_arn = "arn:aws:sns:ap-southeast-1:715824975366:aprhd-hotel-change-topic-1dcb18ea49d654f0"
protocol = "sqs"
endpoint = "aprhdjw-accom-data-change-listener-queue-<random_id>"
{code}
{code}
Name = "aprhd-accom-region-mapping-change-topic-<random_id>"
topic_arn = Waiting for execution
protocol = "sqs"
endpoint = "aprhdjw-region-mapping-change-listener-queue-<random_id>"
{code}