-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
I am trying to set different region other than us-east-1 using"aws configuration" using below command:
AWS Access Key ID [None]: XXXXXXXXXXXXXXXXXX
AWS Secret Access Key [None]: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Default region name [None]: us-east-2
Default output format [None]:
It's happening because of hardcoded topic in https://github.com/s12v/sns/blob/a15a2bbec5a97071d0682f5ff1dd2123cdd18bfd/src/main/scala/me/snov/sns/actor/SubscribeActor.scala
val topic = Topic(s"arn:aws:sns:us-east-1:123456789012:$name", name)
Is there other way to change the region?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels