Mobile push notifications are a useful tool for businesses to stay in touch with their customers and keep them informed about important updates, special offers, and other relevant information. Amazon Simple Notification Service (SNS) is a popular choice for sending push notifications to mobile devices, and Firebase can be used…
Author: Abdul Rahim Choudhary
Trigger Lambda Function Using Amazon EventBridge and Configure Alert through AWS SNS email notifications for a simple Bitcoin Price tracker
Have you ever wondered 🤔 how you can schedule Lambda functions in an easy way? well in many situations you need lambda functions running some background jobs in scheduled intervals or in specific days In this blog, will see how to tackle this task using Amazon EventBridge, from which we can easily…
AWS Simple Notification Service
AWS SNS is a very big topic. So In this blog we’re going to talk about the basics, it’s usage, workflow and little bit about the set up and the configuration of the SNS. What is AWS SNS? Simple Notification Service is a Message publishing and processing service (PubSub) and…