How to connect to DynamoDB using Express.js APIAugust 14, 2023Articles, AWSIn 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 LambdaJuly 22, 2023Articles, AWSIn 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 MySqlJune 27, 2020Articles, JavascriptIn 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.