In this post we will be building simple CRUD API to manage tasks and in the upcoming posts we will use this project as a base to explore other AWS...
In this post you will learn how to setup a DynamoDB table with infrastructure as code using the serverless framework which will act as a base for the...
This post is written considering you're a fresher to DynamoDB and it only explains the basic concepts that's required to perform CRUD operations. The...
If you have followed the previous posts about creating lambda functions, you would have realized that it's a pain in the ass to configure the...
In this post let's use the API we previously created and create and fetch data from a database provided by AWS called DynamoDB. DynamoDB is a fully...
with AWS lambda functions and node · In the previous post we saw how to create a serverless lambda function with netlify now let create a function...