Tagged with
Lambda

Construindo uma Página de Registro de Festa com Serverless e MongoDB
Fiquei cansado de perseguir RSVPs em chats de grupo, então decidi construir uma plataforma de eventos serverless. Um aplicativo React hospedado no CloudFront, backend serverless rodando com API Gateway e Lambda, MongoDB Atlas para os dados. O post aborda como construí a solução.

Building a Party Registration Page with Serverless and MongoDB
I got tired of chasing RSVPs in group chats, so I decided to build a serverless event platform. A React app hosted on CloudFront, serverless backend running with API Gateway and Lambda, MongoDB Atlas for the data. The post covers how I built the solution.

Créer une page d'inscription pour une fête avec Serverless et MongoDB
J'en avais marre de suivre les RSVP dans les chats de groupe, alors j'ai décidé de construire une plateforme d'événements serverless. Une application React hébergée sur CloudFront, un backend serverless fonctionnant avec API Gateway et Lambda, MongoDB Atlas pour les données. L'article explique comment j'ai construit cette solution.

Creando una página de registro para fiestas con Serverless y MongoDB
Me cansé de perseguir confirmaciones de asistencia en los chats de grupo, así que decidí construir una plataforma de eventos serverless. Una aplicación React alojada en CloudFront, backend serverless ejecutándose con API Gateway y Lambda, MongoDB Atlas para los datos. El artículo cubre cómo construí la solución.

Aufbau einer Party-Registrierungsseite mit Serverless und MongoDB
Ich hatte es satt, in Gruppenchats nach RSVPs zu suchen, also habe ich eine serverlose Event-Plattform gebaut. Eine React-App, die auf CloudFront gehostet wird, ein serverloser Backend mit API Gateway und Lambda, MongoDB Atlas für die Daten. Der Beitrag behandelt den Aufbau der Lösung.

Building a Party Registration Page with Serverless and MongoDB
I got tired of chasing RSVPs in group chats, so I decided to build a serverless event platform. A React app hosted on CloudFront, serverless backend running with API Gateway and Lambda, MongoDB Atlas for the data. The post covers how I built the solution.

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