Simple Java lambda function that records an item into a Dynamodb and runs locally
As with any software that requires me to write code, I have been playing around with Java Lambdas lately. I find them to be the perfect tool for small, simple functions that are meant to be run in a single place, yet are reused. One thing that I have recently experienced is the need to […]