2024-01-05
serverless, java, ecs
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.
2023-12-05
serverless, ai, event-driven
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.
2023-10-04
serverless, security
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.
2023-08-28
serverless, eda
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.
2023-08-16
serverless, iot
Building a multi-region serverless IoT system can be a huge challenge. IoT resources, Things, and Certificates must be replicated across regions to allow IoT devices seamless multi-region connectivity
2023-08-01
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.
2023-07-13
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.
2023-06-29
AWS DX
How I setup to run VS Code server on AWS to be able to access code from anywhere, including vscode.dev
2023-03-15
serverless AWS
How I created voice for my blog posts in a serverless way using Amazon Polly.
2023-01-27
Architecture patterns I often use, how to implement them using serverless services from AWS
2022-10-29
reInvent AWS
Session guide to re:Invent sessions in 2022, what to watch and what not to miss
2022-07-22
IAM Security
How to setup and use AWS IAM Anywhere, using IAM Roles in on-premises workload authenticating using x.509 certificates.
2022-06-30
Serverless
How to use AWS AppConfig inside AWS StepFunctions to control the flow of the execution, making it possible to change runtime.
2022-05-15
How to get started with AWS Lambda Function URL and the things to watch out for.
2022-02-28
API Gateway
How to secure your Amazon API Gateway REST based api using a custom AWS Lambda authorizer.
2022-01-12
How to secure your Amazon API Gateway REST based api using certificates and mutual TLS (MTLS).
2021-09-12
HThe different serverless project I have built over the years. Ranging from an early SQS poller to self hosted GitLab runners.
2021-07-19
How to migrate your Lambda@Edge functions to CloudFront Functions and the different benefits of doing that.
2021-07-04
How to secure your Amazon API Gateway REST based api using Auth0 and API Gateway JWT Authorizer.
2021-03-10
How to do blue/green deployments to Amazon CloudFront using Lambda@Edge
2021-02-13
CloudFormation
Infrastructure as Code is one of the most important practices when it come to automation a...
2021-01-15
AWS
What a year 2020 has been. My year as a AWS Certification SME started with a bang and an i...
2020-10-21
Lambda
In the beginning of October AWS released Lambda Extensions. A new way to customize your La...
2020-06-29
EC2
"GitHub Actions makes it easy to automate all your software workflows, now with world...