Tagged with

Serverless

Cómo extendí mi blog con aprendizaje gamificado

Cómo extendí mi blog con aprendizaje gamificado

Una de las principales razones por las que escribo todas estas publicaciones en el blog es ayudar a las personas a aprender sobre la nube y AWS. ¿Cómo sabrías que entendiste lo que leíste y aprendiste de ello? En esta publicación, hablo sobre cómo introduje el aprendizaje gamificado agregando un cuestionario de kvist.ai en mis publicaciones del blog, directamente desde mi pipeline de CI/CD que funciona como un sistema impulsado por eventos utilizando Amazon EventBridge y AWS StepFunctions.

aws, event-driven, serverless · 2024-07-25
Comment j'étends mon blog avec un apprentissage gamifié

Comment j'étends mon blog avec un apprentissage gamifié

L'une des principales raisons pour lesquelles j'écris tous ces articles de blog est d'aider les gens à apprendre sur le cloud et AWS. Comment savez-vous que vous avez compris ce que vous avez lu et en avez appris ? Dans cet article, je discute comment j'ai introduit un apprentissage gamifié en ajoutant un quiz depuis kvist.ai sur mes articles de blog, directement depuis mon pipeline CI/CD fonctionnant comme un système piloté par événements utilisant Amazon EventBridge et AWS StepFunctions.

aws, event-driven, serverless · 2024-07-25
Cómo extendí mi blog con aprendizaje gamificado

Cómo extendí mi blog con aprendizaje gamificado

Una de las principales razones por las que escribo todas estas publicaciones en el blog es ayudar a las personas a aprender sobre la nube y AWS. ¿Cómo sabrías que entendiste lo que leíste y aprendiste de ello? En esta publicación, hablo sobre cómo introduje el aprendizaje gamificado agregando un cuestionario de kvist.ai en mis publicaciones del blog, directamente desde mi pipeline de CI/CD que funciona como un sistema impulsado por eventos utilizando Amazon EventBridge y AWS StepFunctions.

aws, event-driven, serverless · 2024-07-25
Wie ich meinen Blog mit gamifiziertem Lernen erweitere

Wie ich meinen Blog mit gamifiziertem Lernen erweitere

Einer der Hauptgründe, warum ich all diese Blog-Posts schreibe, ist, Menschen dabei zu helfen, mehr über Cloud und AWS zu lernen. Woher wüssten Sie, dass Sie verstanden haben, was Sie gelesen und daraus gelernt haben? In diesem Beitrag bespreche ich, wie ich gamifiziertes Lernen eingeführt habe, indem ich einen Quiz von kvist.ai zu meinen Blog-Posts hinzugefügt habe, direkt aus meiner CI/CD-Pipeline, die als ereignisgesteuertes System mit Amazon EventBridge und AWS StepFunctions läuft.

aws, event-driven, serverless · 2024-07-25
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
Building a serverless connected BBQ as SaaS - Part 2 - User Creation

Building a serverless connected BBQ as SaaS - Part 2 - User Creation

In part two of the series about the world of BBQ, where tradition and technology rarely cross paths. The future of grilling is here, and it’s connected, smart, and runs on the cloud! I continue with user management using an serverless and event-driven approach with Cognito User Pool together with Lambda, EventBridge, and StepFunctions.

serverless, aws, saas, IoT · 2024-06-12
Building a serverless connected BBQ as SaaS - Part 1

Building a serverless connected BBQ as SaaS - Part 1

In the world of BBQ, tradition and technology rarely cross paths. But what if I told you that the future of grilling is here, and it’s connected, smart, and runs on the cloud? In this blog series, I will explore how AWS IoT, serverless, and event-driven architecture enables an automated cooking experience. As a tech-savvy griller, I discover how cloud technology can elevate my grilling game to a whole new level.

serverless, aws, IoT · 2024-05-29
AWS ECS and AWS Fargate demystified: run serverless containers

AWS ECS and AWS Fargate demystified: run serverless containers

Running containers in a serverless way, on Fargate, come with a lot of benefits. In this talk I share migration paths and benefits with moving to Fargate. I also share war stories from running containers on Fargate with several customers.

AWS, Serverless, Containers · 2024-05-22
Cloud-grilled delights a high-tech approach to perfect BBQ

Cloud-grilled delights a high-tech approach to perfect BBQ

Talk about building an IoT connected smoker and how to use AWS and IoT to perfect your BBQ skills.

serverless AWS · 2024-05-16
Building resilient serverless workloads: Navigating through failures

Building resilient serverless workloads: Navigating through failures

Talk about building resilient serverless workloads, real life examples and good to know architecture patterns.

serverless AWS · 2024-05-07
Navigating through failures, build resilient serverless systems

Navigating through failures, build resilient serverless systems

Serverless and event-driven workloads on AWS are well known for their inherent high availability and scalability, offering a robust platform right out of the box. In the world of cloud, it's well known that everything fails all the time. This reality becomes even more complex when serverless systems interact with non-serverless components. In this post, I'll dig into architecture concepts that can help you handle failures effectively.

serverless, aws · 2024-04-26
Serverless website analytics with Lambda@Edge

Serverless website analytics with Lambda@Edge

Talk about the innovative approach of utilizing AWS Lambda@Edge to gather statistics for a static website, focusing on server-side data collection for page views.

serverless AWS analytics · 2024-04-17
Protect API Gateway with Amazon Verified Permissions

Protect API Gateway with Amazon Verified Permissions

In this post we'll look at Amazon Verified Permissions (AVP) a serverless service for easy management and enforcement of application permissions, and how to use it to secure Amazon API gateway API together with Cognito User Pools.

serverless, aws · 2024-04-10
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
Encrypting data in S3 with Stepfunctions

Encrypting data in S3 with Stepfunctions

Talk about serverless and StepFunction and how it can be utilized to re-encrypt data in S3.

serverless AWS security · 2024-03-14
My Serverless Handbook - My serverless journey on AWS

My Serverless Handbook - My serverless journey on AWS

Introducing My Serverless Handbook. This will be the home to my serverless experience and learnings on AWS. It all started 2015 with the creation of my first Lambda function, now several years later, serverless solutions are still my passion. This is my story, this is my journey, this is my experience!

serverless, aws · 2024-02-28
AWS StepFunctions HTTP Endpoint demystified

AWS StepFunctions HTTP Endpoint demystified

Calling an API from AWS StepFunctions has for a long time required us to write a Lambda function to handle that. With the release of HTTP EndPoint there is no need for that anymore. In this post I'll go over the functionality and show how to use it.

serverless, stepfunctions, aws · 2024-02-14
AWS Step Functions HTTPS endpoints demystified

AWS Step Functions HTTPS endpoints demystified

AWS Step Functions announces support for HTTPS endpoints, so you can now integrate with virtually any SaaS application directly from your workflows. In addition, AWS Step Functions launches a new TestState API to test a single step in your workflow, that helps accelerate development so you can deploy new features fast.

serverless AWS · 2024-02-07
Serverless redirect with CloudFront Functions

Serverless redirect with CloudFront Functions

How do we efficiently redirect users from one site to an other? In this post we'll create a solution using serverless technologies to handle this redirect in an efficient way. We'll use AWS, CloudFront, and the new Function KeyValueStore.

serverless, cloudfront, functions · 2024-01-31
AWS re:Invent re:Cap

AWS re:Invent re:Cap

re:Cap of the news from AWS re:Invent, Jimmy will go over the major serverless announcements and his personal takeaways from AWS re:Invent 2023!

serverless AWS · 2024-01-24
Amazon Graviton Three Ways

Amazon Graviton Three Ways

The Frugal Architect. Many workloads can utilize the effective Graviton (ARM) based CPU, Switching to Graviton is often an easy way to save on cost. Graviton delivers the best cost vs performance. This blog post will show the migration process for three different workloads.

serverless, graviton, cost savings · 2024-01-16
Building a serverless AI powered translation service

Building a serverless AI powered translation service

Talk about serverless and event-driven AI powered translation bot using AI services from AWS

Serverless AWS AI · 2024-01-10
Run a java service serverless with ECS and Fargate

Run a java service serverless with ECS and Fargate

How to run a Java based service on Amazon ECS using Fargate and Fargate Spot. Cover the foundation and the infrastructure and steps needed to run this workload.

serverless, java, ecs · 2024-01-05
Podcast - Serverless architectures

Podcast - Serverless architectures

Podcast (in Swedish) about serverless architectures and its advantages.

serverless AWS · 2023-12-15