AWS Lambda/Claudia part II - Storing stuff
March 3, 2016
In my last post on Claudia JS we only created a very simple function that echoed some data back to us. Still amazingly cool since that echoing scales to whatever load we will put on it, but a bit meek maybe.
In this post I wanted to up the ante a little bit and store some data, more specifically in the AWS Document database called DynamoDb
You might want to read up on the basics (creating accounts, what is Claudia etc) in my earlier post. I’ll write every step down here but I will not explain it as thorough as last post.
Dynamo Db?
Amazon DynamoDB is a fully managed non-relational database service that provides fast and predictable performance with seamless scalability.
Ok - it’s a document store just like many others, the only difference is that it’s in AWS which means that it...