DiversIT Europe

Tag: json

Nov 1, 2017 Deserialising json into an AWS DynamodbEvent I’m working on some AWS lambdas to create an Alexa feature. As a self respecting software professional, I want to test al the software I write. However, this seems to be a rare practice when writing AWS functions.
[Read more...]
Tags: aws jackson java json lambda
Jul 8, 2015 Using Akka Http to perform a Rest call and deserialise json I have been playing with Akka Streams and Akka Http to create a flow to get some data from a public Rest endpoint and deserialize the json using Json4s.
Since there are not that many examples yet, and documentation only has a few examples, I’m sharing my little app here.
[Read more...]
Tags: akka akka-http akka-streams json