App

A lambda guestbook – Update

Posted on

Only recent messages are now shown and the most recent messages will be sorted on top! Also, you can leave your pseudonym as author and the posts have a visible timestamp. Check it out here: https://nickvanhoof.com/a-lambda-guestbook A few weeks ago I created a guestbook linked to this website which uses AWS lambda’s and DynamoDB in the […]

App

Lambdas: a guestbook implementation

Posted on

Hi y’all, Wanna go straight to the result, a guestbook using aws Lambda Functions: here. Some more detail: I implemented business logic for lambdas at work before. But when I did the infrastructure to deploy and run the lambda was already in place. So I wanted to start from scratch with a simple example. This […]