This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
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
How to deploy Express.js API in an AWS Lambda
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.
Developing a Simple API with NodeJS, Express and MySql
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.