Tagged with

Lambda

Serverless statistics solution with Lambda@Edge

2024-03-19

serverless, aws


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

2021-09-12

Serverless


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

2021-07-19

Serverless


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

CloudFront deployments with Lambda@Edge

2021-03-10

Serverless


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

AWS Lambda Extensions

2020-10-21

Lambda


In the beginning of October AWS released Lambda Extensions. A new way to customize your La...

Vending Machine for AWS accounts.

2020-04-09

AWS


To separate different workloads, environments, playgrounds, lab areas, from each other the...

Creating a simple Alexa skill

2019-02-06

Alexa


About a year ago I started to look at LEX, you know the thing that powers ALEXa. I started...

Introducing Lambda Layers

2018-12-05

Lambda


During Re:Invent 2018 a new concept was introduced to AWS Lambda, Dr. Werner Vogels introd...

Building a CloudFormation macro

2018-10-09

CloudFormation


A couple of weeks ago AWS released a new feature to CloudFormation. Macros, a way to trans...