Tagged with

Lambda

How I extend my blog with gamified learning

How I extend my blog with gamified learning

One of the major reason that I write all of these blog posts is to help people learn about cloud and AWS. How would you know that you understood what you read and learned from it? In this post I discuss how I introduced gamified learning by adding a quiz from kvist.ai on my blog posts, directly from my CI/CD pipeline running as an event-driven system using Amazon EventBridge and AWS StepFunctions.

aws, event-driven, serverless · 2024-07-25
Serverless statistics solution with Lambda@Edge

Serverless statistics solution with Lambda@Edge

AWS offers several great serverless services for data engineering and analytics. In this post I describe my serverless analytics setup for click stream analytics of a static webpage, using Amazon Glue, Athena, Managed Grafana for analytics. Data ingestion and storage with Lamba@Edge, StepFunctions and S3.

serverless, aws · 2024-03-19
Serverless projects over the years

Serverless projects over the years

HThe different serverless project I have built over the years. Ranging from an early SQS poller to self hosted GitLab runners.

Serverless · 2021-09-12
Migrating from Lambda@Edge to CloudFront Functions

Migrating from Lambda@Edge to CloudFront Functions

How to migrate your Lambda@Edge functions to CloudFront Functions and the different benefits of doing that.

Serverless · 2021-07-19
CloudFront deployments with Lambda@Edge

CloudFront deployments with Lambda@Edge

How to do blue/green deployments to Amazon CloudFront using Lambda@Edge

Serverless · 2021-03-10
AWS Lambda Extensions

AWS Lambda Extensions

Lambda · 2020-10-21
Introducing Lambda Layers

Introducing Lambda Layers

Lambda · 2018-12-05
Building a CloudFormation macro

Building a CloudFormation macro

CloudFormation · 2018-10-09