Skip to content

Region: Not able to change the region. #58

@tarunsingh2789

Description

@tarunsingh2789

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions