Tagged with
Lambda

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.

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 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.

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

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