Tagged with
Serverless

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.

Polly Blog to Speach - SHOWOFF CI/CD
In this episode of 'SHOWOFF CICD' I talk with Johannes Koch and show off a serverless continuous deployment pipeline that turns my blog into speech using Amazon Polly.

Event-Driven and serverless in world of IoT
Talk about serverless and event-driven IoT systems running in AWS Cloud
IoT enabled smoker for great BBQ
TTalk about how to connect a smoker using IoT and AWS for some great BBQ

Serverless voice with Amazon Polly
How I created voice for my blog posts in a serverless way using Amazon Polly.

Serverless Patterns
Architecture patterns I often use, how to implement them using serverless services from AWS

An IoT enabled smoker for great BBQ
Talk about BBQ, IoT, AWS, and serverless at re:Invent 2022

Building a serverless event driven Slack Bot
How to build serverless and event-driven architecture to power a Slack bot.

AppConfig in StepFunctions
How to use AWS AppConfig inside AWS StepFunctions to control the flow of the execution, making it possible to change runtime.

Autoscaled Github Runners using StepFunctions
How to create self-hosted autoscaled GitHub runners on AWS using StepFunctions.

Lambda Function URL
How to get started with AWS Lambda Function URL and the things to watch out for.

EventBridge Patterns and real world use case
EventBridge design patterns and real world use cases.

Secure your API Gateway APIs with Lambda Authorizer
How to secure your Amazon API Gateway REST based api using a custom AWS Lambda authorizer.

Secure your API Gateway APIs mutual TLS
How to secure your Amazon API Gateway REST based api using certificates and mutual TLS (MTLS).

CI/CD As first and last line of defense
Use your CI/CD pipeline as the first and last line of defense

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.