Probably like many others, I tried to avoid relational databases like Postgres, MySQL and MariaDB...
AWS recently announced AppSync Events and it looks like very useful service. However when I was...
We are now able to connect clients to the server, either using a presigned url or a custom...
Custom Authorizer While the Presigned URL method can be very effective, sometimes you need...
This is part 2 in a series of articles about IoT Core: Parts coming up: Part 3: Connect using a...
AWS IoT Core is an amazing (and often overlooked) service as I said before when comparing IoT Core to...
Amazon EventBridge Event Bus is a serverless event bus that helps you receive, filter, transform,...
Sometimes you just need to be able to quickly access a database that's inside a VPC. I stumbled upon...
Update April 14, 2025 The /u modifier is breaking for the latest Go-based typescript compiler as the...
Last year I did a project with AWS Quantum Ledger Database or simply QLDB. QLDB is a fully managed...
When you need websockets in a project on AWS most likely API Gateway Websockets (I will refer to it...
In a recent project I wanted to generate a UUID in a StepFunction. Using the new intrinsic functions...
When using EventBridge I always log all events to an S3 bucket for auditing, analytics and debugging...
I was looking into options how to serve specific versions of objects on a versioned S3 bucket with...
This is a verbatim copy of an article I published on Medium. When I was reading this great article...
When implementing Cognito in a project I ran into some things that others might run in too. Hopefully...