Amazon Simple Queue Service (SQS) and Amazon Simple Notification Service (SNS) are two of the most popular cloud-based services available on Amazon Web Services (AWS). SQS is a message queue service that allows applications to exchange messages and SNS is a notification service used to send alert messages. Both offer…
Category: Platform Services
Articles about services for building applications that can be considered Platform as a Service (PaaS).
Mobile Push Notifications with Amazon SNS through Firebase to your Mobile app.
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…
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…
Amazon Alexa Skill using AWS Lambda
Building a custom Alexa skill using AWS Lambda.
Amazon Alexa Skills Kit SDK using Python
To build our own skill using Alexa Skills Kit SDK using Python.
Robot Process Automation with UiPath
Hello! This bog is your entry gate to the world of Robot Process Automation (RPA) and enterprise automation. You’ve probably heard people talking about RPA and automation. You’ve probably read about them. Maybe your organization started using them. Or maybe you just want to be ready for tomorrow’s work…
AWS CloudFormation
Have you ever been in situations where you need to deploy more than just a handful of services or applications on AWS. Not only can it be tedious and time-consuming to set each one up manually, but it also increases the chances of you making errors since you have to…
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…
Amazon Alexa Service
Amazon Alexa, also known simply as Alexa, is a virtual assistant technology capable of voice interaction, music playback, making to-do lists, setting alarms, streaming podcasts, playing audiobooks, and providing weather, traffic, sports, and other real-time information, such as news.
Introduction to Azure Cosmos Database
Introduction to Azure NoSQL database: Cosmos A cloud database is a database server built and accessed through a cloud platform that helps to organize, store and manage data within an organization. Cloud computing databases can be traditional SQL or NoSQL databases. In this article, I want to discuss the cloud…