In this tutorial, we are going to connect together everything we learned in the previous AWS tutorials and make a static website call API Gateway which then calls our Lambda Functions which then finally writes to or reads from our DynamoDB, whoa sounds like a lot, but it isn’t we already learn everything we needed […]
In this tutorial, you will learn how to read and write to DynamoDB using AWS Lambda. You will learn how to create a DynamoDB table and create node.js functions that read and write to the DynamoDB table. If you prefer video tutorials be sure to check out my tutorial on YouTube. Create a Table in DynamoDB […]