Create SNS topic for Accom Region Mapping Change

h1. Request Details

h2. Background

This execution need to wait https://tvlk.slack.com/files/T02T3CAFM/FQQU6F351?origin_team=T02T3CAFM*

We want to move attribute generator job from ne to aprhdjw. One of the trigger for the job is region mapping change. We need to create SNS topic for accom region mapping change to enable attribute generator job in aprhdjw,

h2. Purpose

To notify when there are changes on accom region mapping.

h2. Impact

With this SNS topic, we will move attribute job from ne to aprhdjw and becomes one step closer to decommissioning ne.

h2. Risk

Additional aprhd outgoing traffic to SNS for notifying subscribers.

h2 Resources
h3 SNS Topic and Subscription
h4 SNS Topic

{code}
Name = "aprhd-accom-region-mapping-change-topic-<random_id>"
Tags = {
Name = "aprhd-accom-region-mapping-change-topic-<random_id>"
Service = "aprhd"
ProductDomain = "apr"
Environment = "production"
Description = "SNS Topic - Region mapping change event"
}
{code}
SNS Policy
{code}
publisher = ["aprhd-app"]
actions = [
"SNS:Publish"
]
{code}