You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and apologies for the self-advertisement, I've created local-sns as a reimplementation of this project, which includes support for setting the AWS region for the topic. See jameskbride/local-sns#21 for more details.
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?
The text was updated successfully, but these errors were encountered: