Create SNS Subscription for aprhdjw Event Listener SQS

h1. Request Details

h2. Background

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.

h2. Purpose

To notify when there are events that need to be processed for attribute generator job.

h2. Impact

With these Sqs-es, we will move attribute generator job from ne to aprhdjw and becomes one step closer to decommissioning ne.

h2. Risk

Additional traffic to poll from Sqs that listen the events

h2. Resources
h3. SNS Topic and Subscription
h4. SNS Topic Subscription Policy

{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}