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
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
Serverless and event-driven translation bot

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, ai, event-driven · 2023-12-05
Protecting a Static Website with JWT and Lambda@Edge

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.

serverless, security · 2023-10-04
Event-Routers and Brokers in AWS. Navigating the Event-Driven Landscape

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.

serverless, eda · 2023-08-28
Building a serverless file manager

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, eda · 2023-08-01
Serverless and event-driven design thinking

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.

serverless, eda · 2023-07-13
Running VS Code server on AWS

Running VS Code server on AWS

How I setup to run VS Code server on AWS to be able to access code from anywhere, including vscode.dev

AWS DX · 2023-06-29
Serverless voice with Amazon Polly

Serverless voice with Amazon Polly

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

serverless AWS · 2023-03-15
Serverless Patterns

Serverless Patterns

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

serverless AWS · 2023-01-27
AWS re:Invent session guide 2022

AWS re:Invent session guide 2022

Session guide to re:Invent sessions in 2022, what to watch and what not to miss

reInvent AWS · 2022-10-29
AWS IAM Anywhere

AWS IAM Anywhere

How to setup and use AWS IAM Anywhere, using IAM Roles in on-premises workload authenticating using x.509 certificates.

IAM Security · 2022-07-22
AppConfig in StepFunctions

AppConfig in StepFunctions

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

Serverless · 2022-06-30
Lambda Function URL

Lambda Function URL

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

Serverless · 2022-05-15
Secure your API Gateway APIs with Lambda Authorizer

Secure your API Gateway APIs with Lambda Authorizer

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

API Gateway · 2022-02-28
Secure your API Gateway APIs mutual TLS

Secure your API Gateway APIs mutual TLS

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

API Gateway · 2022-01-12
Serverless projects over the years

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.

Serverless · 2021-09-12
Migrating from Lambda@Edge to CloudFront Functions

Migrating from Lambda@Edge to CloudFront Functions

How to migrate your Lambda@Edge functions to CloudFront Functions and the different benefits of doing that.

Serverless · 2021-07-19
Secure your API Gateway APIs with Auth0

Secure your API Gateway APIs with Auth0

How to secure your Amazon API Gateway REST based api using Auth0 and API Gateway JWT Authorizer.

API Gateway · 2021-07-04
CloudFront deployments with Lambda@Edge

CloudFront deployments with Lambda@Edge

How to do blue/green deployments to Amazon CloudFront using Lambda@Edge

Serverless · 2021-03-10
A tale of an CloudFormation import

A tale of an CloudFormation import

CloudFormation · 2021-02-13
AWS Lambda Extensions

AWS Lambda Extensions

Lambda · 2020-10-21