2

I want to send "mobile push notifications" to ios/android devices using AWS. I am able to do this using the sample provided by Amazon:

http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePushAPNSAPI.html

However, my current build stack is based on Spring Boot and would prefer to use the Spring Cloud AWS. I see that it currently support pub/sub topic based messaging but doesn't support sending "mobile push notifications".

Am I correct in saying this?

Will Spring Cloud AWS ever support "mobile push notifications" over sns? I'm sure its not hard for Spring to provide this!

My fallback plan is to wrap "amazons sample code" into Spring and use it. Would this be a sensible thing to do?

Hope someone can answer these questions or any samples code they can point to.

Regards GM

1 Answer 1

1

If you configure the Spring Cloud AWS Messaging then you could @Autowire the AmazonSNS in your @Component class.

Sign up to request clarification or add additional context in comments.

1 Comment

thanks for the reply. Yes this is the only alternative right now. Lets hope that spring guys can add this functionality in in the near future.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.