Skip to main content

Import

In order to use Dynamoose you must import it or require it in your project. This will make the dynamoose namespace accessible so you can use things like models, schemas, and more.

const dynamoose = require("dynamoose");