Tagged with
Aws
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.
Building resilient serverless workloads: Navigating through failures
Talk about building resilient serverless workloads, real life examples and good to know architecture patterns.

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

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 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.
Encrypting data in S3 with Stepfunctions
Talk about serverless and StepFunction and how it can be utilized to re-encrypt data in S3.

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!

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

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.
Building a serverless AI powered translation service
Talk about serverless and event-driven AI powered translation bot using AI services from AWS

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.
Podcast - Serverless architectures
Podcast (in Swedish) about serverless architectures and its advantages.

Serverless and event-driven translation bot
Blog post how I created a serverless and event-driven translation service using AI services from AWS, like Amazon Translate and Amazon Polly. Step by step guide how to create this solution and integrate it with Slack for translations using a slash command.

Serverless cloud architecture patterns
Talk about serverless and event-driven architectures and common architecture patterns, and how to implement these using services from AWS

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

Protecting a Static Website with JWT and Lambda@Edge
Post about how to use Amazon Cognito together with Lambda@Edge to add protection and authorization to static content hosted with Amazon S3 and CloudFront.

Event-Driven and serverless in world of IoT
Talk about serverless and event-driven IoT systems running in AWS Cloud

Event-Routers and Brokers in AWS. Navigating the Event-Driven Landscape
Choosing the needed event-broker, based on your requirements, is important. This post try and share some light on the use of SQS, SNS, EventBridge in an event-driven architecture.

Building a serverless file manager
Building a serverless and event-driven file manager, featured in my Event-driven design thinking blog. Will be using AWS services like S3, StepFunctions, EventBridge.

Serverless and event-driven design thinking
How do I create and design a event-driven system? What steps do I take and how do I think. In this post I will explain my event-driven design thinking.