Lambda

AWS (Amazon Web Services)

What is AWS Lambda?

AWS Lambda is an event-driven, serverless compute service offered by Amazon Web Services (AWS). It enables developers to run code in response to events without having to manage the computing resources and infrastructure needed to run these applications. In this article, I’ll explain how AWS Lambda works and detail the best use cases for this...

LATEST

AWS (Amazon Web Services)

How to Create an AWS Lambda Function

Last Update: Jun 23, 2023

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…

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