[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