Recent Posts

Asymmetric JWT Signing using AWS KMS

4 minute read

TL;DR Node.js implementation using asymmetric encryption key stored on AWS KMS to sign JWT tokens and verifying them using the public key. You can skip to th...

Debugging Spring Rest Requests

less than 1 minute read

We’ve been working with Spring Boot for a while now, and it gets the job done nicely. However, sometimes, somewhere between the model annotations, the defau...

Default Jackson serde in Spring

1 minute read

Problem We’re using Spring in most of our Java applications, and rely on Swagger for a lot of API calls. Now, having all the jackson annotations makes everyt...

Lambda: Move S3 file based on content

less than 1 minute read

We have a process that saves a file to an S3 bucket. We needed a lambda to read the file, parse part of the content, and move the file to the appropriate fol...