Serverless voice with Amazon Polly

2023-03-15

serverless AWS


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

Serverless Patterns

2023-01-27

serverless AWS


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

AWS re:Invent session guide 2022

2022-10-29

reInvent AWS


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

AWS IAM Anywhere

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.

AppConfig in StepFunctions

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.

Lambda Function URL

2022-05-15

Serverless


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

Secure your API Gateway APIs with Lambda Authorizer

2022-02-28

API Gateway


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

Secure your API Gateway APIs mutual TLS

2022-01-12

API Gateway


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

Serverless projects over the years

2021-09-12

Serverless


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

2021-07-19

Serverless


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

Secure your API Gateway APIs with Auth0

2021-07-04

API Gateway


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

CloudFront deployments with Lambda@Edge

2021-03-10

Serverless


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