I have below annotation set on my controller but it is not able to receive AWS SNS messages,
@RequestMapping(method = RequestMethod.POST, headers = "Content-Type=text/plain; charset=UTF-8")
SNS message sample is here
I always get 415 Unsupported Media Type. Looks like I am missing some minor thing here.