Skip to main content

7 posts tagged with "Database"

View All Tags

Using API Gateway and Lambda functions to delete data from a DynamoDB database.

Using Lambda functions to retrieve data from a DynamoDB database and then pass it back through API Gateway.

An Introduction to AWS DynamoDB, the AWS NoSQL database. Interacting with a DynamoDB using Lambda.

Creating an API server and then interacting with it using Axios and Redux Actions to save data to a database.

Mongoose is a framework that makes it easy to pass data between a Node application and a MongoDB.

MongoDB is a Non-Relational Database that stores data in objects and arrays. MongoDB is the most popular database to use with Node.js, Express.js, and modern web applications in general.

Understanding the difference between relational and non-relational databases.