Accelerate your websites with Azure Static Web Apps enterprise-edge

By Dustin Ward

Site performance is crucial when creating applications on the modern web. It has a direct impact on user experience, search engine rankings, and user conversion rates. With Azure Static Web Apps, we’re committed to building a platform that helps you deliver the best results for your users at a global scale. It provides streamlined full-stack…

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…

Triggering AWS Lambda with SNS Messaging

By Dustin Ward

If you’re like me, a sucker for event-driven programming, you’ll want to continue reading. Today we’ll take a look at triggering AWS Lambda functions from AWS SNS messages. I’ve covered a few interesting topics regarding serverless architectures and AWS already, but nothing like this yet. Dig down, and get ready. Let’s go. TL;DR What are we building? What is…