Skip to main content
Tim's (still) not blogging

Nothing to see here.

AWS is a huge thing that I still don't understand. But...

I can make a simple Hello World: https://api.foloaux.club/tmkhelloworld

Lambdas can also generate a random number and store it in a DynamoDB table: https://api.foloaux.club/tmkrandomlogger

And then you can fetch those random numbers from DynamoDB: https://api.foloaux.club/tmkrandomgetter

Which is all kinda nothing, but is pretty much all the pieces of a modern web app. All that's left from a Christopher Judd workshop is building a React front-end and serving that from S3.