Design a site like this with WordPress.com
Get started

[11] [ProjectX] – Using AWS DynamoDB NoSQL database for Persistence

Source code: https://git.io/fjEzw In our last blog post we created API for our book catalog. But all the data is hard-coded in lambda functions. So lets make changes to it so that we can use a database for persisting book catalog data. Amazon has a service called DynamoDB, which is a NoSQL database hosted and … Continue reading [11] [ProjectX] – Using AWS DynamoDB NoSQL database for Persistence

[10] [ProjectX] – Create Book Catalog API using Claudia.js

Source Code: https://git.io/fjBsN In order to learn serverless computing on AWS, we will need a sample project. So, let’s take the canonical example used everywhere, that of a books catalog. So, we are on a mission to develop API for managing book catalog. This basically means, we should be able to do CRUD operations on … Continue reading [10] [ProjectX] – Create Book Catalog API using Claudia.js

[9] [ProjectX] – Easy Deployment using Claudia.js framework

Source code: https://git.io/fjllX If you are like me, after reading the title, you would say, Oh No, One more framework!. I understand. But please bear with me and you will appreciate this one. Unless you are a JavaScript developer, you are not accustomed to learning 50 different frameworks (ok.10). In fact, I reckon, in JavaScript … Continue reading [9] [ProjectX] – Easy Deployment using Claudia.js framework