
How to connect to DynamoDB using Express.js API
In this article, let's look at how we can connect and work with AWS DynamoDB in Express.js REST API with a simple and illustrating Example
In this article, let's look at how we can connect and work with AWS DynamoDB in Express.js REST API with a simple and illustrating Example
In this article, let's look at how we can deploy this API we have built into an AWS Lambda and access it using API Gateway.
In this getting started article, let's talk about how we can develop a simple RESTful API which performs basic CRUD operations (Create, Retrieve, Update and Delete) on table data by connecting and integrating with MySql database.