I am writing a SNS http end point using spring aws-cloud messaging support as specified in this link for my spring boot web application. How should I specify the topic ARN using aws-cloud ? What is actually meant by the below important note in this link:
Currently it is not possible to define the mapping URL on the method level therefore the RequestMapping must be done at type level and must contain the full path of the endpoint.