Amazon SNS Client and Dev Services #33430
Unanswered
akil-rails
asked this question in
Q&A
Replies: 1 comment 1 reply
-
/cc @geoand (devservices), @stuartwdouglas (devservices) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am following the getting started guide here. I am using the dev services support mentioned here.
I write a script to create the SNS topic, specifying the script location with
quarkus.aws.devservices.localstack.init-scripts-folder
.The starter code however, requires the topicArn to publish an SNS message, and I am wondering how to get the topicARN (since the script runs in the container, how do I set the TOPIC_ARN for the app that runs on my local?)
Beta Was this translation helpful? Give feedback.
All reactions