Serverless

AWS (Amazon Web Services)

How to Create an AWS Lambda Function

In this guide, I’ll explain how AWS Lambda lets you run your code in a cloud-based ‘serverless’ infrastructure, and how you can create an AWS Lambda function to perform any type of computing task. There are four different ways to create an AWS Lambda function, but I’ll be using the web-based AWS Management Console to...

Last Update: Jun 23, 2023

LATEST

Amazon Announces Availability of Serverless Aurora MySQL

Last Update: Aug 30, 2022

Amazon recently announced that a serverless version of their Aurora MySQL database product is now generally available.

View Article

What Are Azure Functions — For IT Pros

Last Update: Jun 06, 2022

Aidan Finn explains how Functions enable serverless code execution in Azure.

View Article

The Return of Serverless Powershell

You can now use Powershell with Azure Functions 2.0. This article provides a quick example using Visual Studio Code and the Azure Functions extension, which makes authoring and deployment easy.

View Article