What is AWS SQS? Aws SQS stands for Simple Queue Service. This Service provides the customer with a fully managed queue for storing messages as they travel between different applications or microservices. And enables you to decouple and scale distributed systems, and serverless applications. This service is very popular among…
Author: Abhishek Mittapalli
HTPP trigger to Azure Storage Queue
Introduction Azure Functions is an on-demand serverless cloud compute service that provides all of the constantly updated infrastructure and resources required to run your applications. This service allows users to run event-triggered code without the need for infrastructure provisioning or management. As a trigger-based service, it executes a script or code in…
Azure Storage Service- Tables
Introduction Azure table storage service is a sub-service of Azure storage account service, a highly scalable NoSQL data store that offers a key/attribute store with a schema-less design that stores very high volumes of semistructured NoSQL and nonrelational data in the cloud. Table storage service has been the preferred choice…