Answering the biggest AWS Lambda questions

By Dustin Ward

AWS Lambda offers you a variety of benefits like real-time data processing, custom back-end service and a lot more. Wish you knew the ins-and-outs of this system so you could decide if it’s the right fit for you? With so much information available about AWS Lambda, it can be hard to know what it is…

Dashbird now integrates with 5 new AWS services

By Dustin Ward

TL;DR: Dashbird launches observability for five new AWS services (ELB, SNS, RDS, OpenSearch, and HTTP API Gateway) to allow for a faster, more secure, and smoother serverless observability experience. Dashbird, the leading monitoring platform for serverless AWS applications, announces five new AWS integrations. On top of the existing integrations supported, the company is on its…

Containers vs. Serverless from a DevOps standpoint

By Dustin Ward

Two buzzwords walk into a bar… No? Yeah, let’s not go there. If you feel like this, you’re in the right place. Both containers and serverless have been the cool new kid on the block for the last few years, and the popularity simply isn’t dying down. Before I continue, let me clarify. You will…

What is an AWS Lambda function?

By Dustin Ward

In this article, we will cover the basics of a Lambda function and its functionality in our every day digital lives. AWS Lambda, as we already know, is a compute service that allows you to run code without managing servers. AWS Lambda runs the code when it is needed, and it is automatically scaled. The…