Sometimes you develop with a framework that is restrictive, or an environment which is event more...
The way from a cool POC (proof of concept), like a walk in monets garden, to a production-ready...
RAG is a way to approach the "hallucination" problem with LLM: A contextual reference increases the...
Recursive loops in AWS Lambda are the root of all evil because you create a large bill quickly. You...
A diagram should convey a clear message about the intention of the architecture. For this message,...
How do I check whether all my external HTTPs links in the PowerPoints slides are OK? I asked...
... it's not so easy, so I created a small GO...
According to the well architected framework you should not store keys as cleartext. So why do you...
In hybrid architectures, serverless functions work together with container solutions. Lambda logs...
In just some projects go mod tidy did not work. Now I figured out, why: If you are inside a working...
In modern architectures, Lambda functions co-exist with containers. Cloud Native Observability is...
I heard so many things, so I wanted to give https://chat.openai.com/chat a GO. Can it help me in...
The problem We have some Lambda Functions aws lambda list-functions --query...
We know how to follow traces with the X-Ray SDK. Now there is AWS Distro for OpenTelemetry claiming...
The AWS Toolkit for Visual Studio Code keeps getting better: Easily log into fargate...
There are several ways to perform espionage activities in the life of a serverless app, which all...
The secret manager is sooo good at hiding things that the API or AWS CLI does not show you secrets...
There is no (milli)second chance for the first impression. Many websites today mess this up badly....
AWS Config checks all your resources for compliance. With 260 managed rules, it covers a lot of...
The project steampipe uses a fast programing language and an intelligent caching approach outrunning...
Last week in the AWS slack developer channel once again, somebody was asking: "How can I run a Lambda...
As I work often with diagram images for an overview of my architecture, I thought it would be nice if...
With a hint from the jssi issues, I finally managed the CDK escape hatches -...
Chapter of the week of my free GOLANG on AWS learning Website aka living book: A complete Fargate...
With CDK V1 and CDK V2 the testing libraries created a little bit of confusion - at least on my side...
Sometimes CDK Deployment takes a long time, because of the resource creation. Speaking of fsx file...
With CDK you create Infrastructure as Code - IaC. You can automate the test for the IaC code. The...
Working for different customers and of cause in different accounts for lets say development and...
Just checking gitpod.io. Trying aws CDK 2.0 with go... Just look at these numbers: ...
I like using GO, so I use AWS CDK in the new GO flavour also. AWS has now released the AWS CDK v2 an...