Robert Slootjes

Robert Slootjes @slootjes

About: Serverless Freak - AWS Community Builder - Celebrate Life

Location:
The Netherlands
Joined:
Sep 16, 2021

Robert Slootjes
articles - 16 total

AWS Lamba & RDS Proxy

Probably like many others, I tried to avoid relational databases like Postgres, MySQL and MariaDB...

Learn More 0 0Jun 15

AWS AppSync Events vs IoT Core

AWS recently announced AppSync Events and it looks like very useful service. However when I was...

Learn More 3 0Nov 19 '24

AWS IoT Core Simplified - Part 4: Rules

We are now able to connect clients to the server, either using a presigned url or a custom...

Learn More 1 0Oct 18 '24

AWS IoT Core Simplified - Part 3: Custom Authorizer

Custom Authorizer While the Presigned URL method can be very effective, sometimes you need...

Learn More 10 0Jul 1 '24

AWS IoT Core Simplified - Part 2: Presigned URL

This is part 2 in a series of articles about IoT Core: Parts coming up: Part 3: Connect using a...

Learn More 4 1Jun 13 '24

AWS IoT Core Simplified - Part 1: Permissions

AWS IoT Core is an amazing (and often overlooked) service as I said before when comparing IoT Core to...

Learn More 6 1Jun 11 '24

Amazon EventBridge Event Metadata

Amazon EventBridge Event Bus is a serverless event bus that helps you receive, filter, transform,...

Learn More 2 0Jan 2 '24

AWS RDS & ElastiCache remote access with Port7777

Sometimes you just need to be able to quickly access a database that's inside a VPC. I stumbled upon...

Learn More 4 0Nov 10 '23

Optimizing Typescript packages in Serverless Framework with esbuild

Update April 14, 2025 The /u modifier is breaking for the latest Go-based typescript compiler as the...

Learn More 9 2May 12 '23

QLDB to EventBridge using Pipes

Last year I did a project with AWS Quantum Ledger Database or simply QLDB. QLDB is a fully managed...

Learn More 2 1Mar 4 '23

API Gateway Websockets vs IoT Core

When you need websockets in a project on AWS most likely API Gateway Websockets (I will refer to it...

Learn More 1 0Nov 23 '22

Creating a UUID in Step Functions

In a recent project I wanted to generate a UUID in a StepFunction. Using the new intrinsic functions...

Learn More 11 0Nov 8 '22

Logging EventBridge events to S3 with Firehose

When using EventBridge I always log all events to an S3 bucket for auditing, analytics and debugging...

Learn More 11 0Sep 8 '22

CloudFront & S3 Versioning

I was looking into options how to serve specific versions of objects on a versioned S3 bucket with...

Learn More 2 0Aug 29 '22

Dynamic Rate Cron using Step Functions

This is a verbatim copy of an article I published on Medium. When I was reading this great article...

Learn More 0 0Aug 29 '22

Cognito User Pool Tips & Tricks

When implementing Cognito in a project I ran into some things that others might run in too. Hopefully...

Learn More 6 0Nov 16 '21