I'm new to using the Cloud Development Kit (CDK) and I'm trying to manage my entire deployment process through code. Specifically, I'm looking to implement Amazon SNS to handle mobile push notifications. I'm not interested in mass notifications based on topics; instead, I need to send personalized notifications for user activities, such as comments and messages. I'm struggling to find any helpful resources or examples online. Has anyone successfully implemented this with CDK? Any guidance would be greatly appreciated!
1 Answer
Check out the official documentation for Amazon SNS in the CDK! You can select your preferred programming language at the top of the page. However, I did notice that there might not be specific examples focused on mobile push notifications for iOS or Android. Worth a look, though!

I went through the docs too, but they seem pretty general and don’t cover push notifications explicitly. I’m also looking for something that addresses mobile platforms.