Operations | Monitoring | ITSM | DevOps | Cloud

Serverless

The latest News and Information on Serverless Monitoring, Management, Development and related cloud technologies.

Grouping AWS Lambda functions with Dashbird Project View

One of the serverless best practices is one-purpose functions. You should keep your Lambda functions small and solve exactly one use-case. This way, you can optimize them better and keep potential security problems contained. But creating many small functions can get overwhelming quickly. Even small projects can end up with more than 20 Lambda functions.

Understanding the consumer side of Azure Event Hubs (Checkpoint, InitialOffsetProvider, EventProcessorHost)

Azure Event Hubs are cloud-scale telemetry ingestion from websites, apps, and devices. Because of the tremendous event handling capacities, IoT architectures also consume the Azure Event Hubs. Thus, we talk about handling millions of events per second. With the implementation of multiple partition architecture behind the scenes, Azure Event Hubs are highly scalable to receive events from hundreds of sources.

AWS CloudFormation Templates & Best Practices

What if I told you that a text file could help you tackle the normally tedious and time-consuming task of setting up and managing your AWS infrastructure? Good news. It’s actually easy to do with an AWS CloudFormation template. A typical AWS infrastructure can consist of numerous resources that might need to be managed across different accounts and regions. Setup is often a manual process that can be overwhelming to maintain.

10 Ways to Protect Your Mission-Critical Database

As Werner Vogels says: “Everything fails all the time.” Data is the new oil. We rely on it not only to make decisions but to operate as a business in general. Data loss can lead to significant financial consequences and damaged reputation. In this article, you can find ten actionable methods to protect your most valuable resources.

Introducing, Dashbird's serverless Well-Architected Insights

Dashbird now scans your serverless infrastructure for industry best practices. It’s the antidote for chaos. We’re excited to introduce the Dashbird Well-Architected Insights – a continuous insights scanner combined with Well-Architected reports. The new feature provides serverless developers with insights and recommendations to continually improve their applications and keep them secure, compliant, optimized, and efficient.

Introduction to Azure Service Bus | Serverless360

We are back with a discussion on Azure Service Bus, the most popular messaging service from Microsoft Azure. In this video, we throw light on the Queues and Topics, along with guidance on choosing the right service for your business scenario. Also, discover the significance of topic subscription rules using Serverless360.

Accelerating support to Microsoft Azure Serverless resources | Serverless360 #webinar

Discover how Serverless360 could efficiently complement the Azure portal in managing and Monitoring all your Azure resources under one roof. Also, our experts will provide solutions to mitigate the challenges in supporting your Azure applications. This video elaborates on how to achieve Proactive Monitoring, Holistic Application View & End-to-End tracking to accelerate support to Azure Serverless Services which eventually reduces the Total Cost of Ownership.

The next Big Thing in Azure Database Monitoring Landscape

Today’s applications are expected to be highly responsive and always online. Such circumstances excite the pressure on applications to respond in real-time to large changes in usage at peak hours, store ever-increasing volumes of data and make it available in milliseconds. Azure Database Services comes to rescue in such situations, and Azure supports many industry-standard databases and APIs.

Making CI/CD work with serverless

“Serverless computing is a cloud-computing execution model in which the cloud provider runs the server, and dynamically manages the allocation of machine resources. Pricing is based on the actual amount of resources consumed by an application.” — “Serverless Computing”, Wikipedia This mundane description of serverless is perhaps an understatement of one of the major shifts in recent years.