Skip to content
Installing the library

Installing the library

npm install

Before you can use the table viewer in your application, you'll need to install the npm module:

npm install @tcons/cdk-dynamo-table-viewer

Output should look like this:

added 1 package, and audited 392 packages in 377ms

49 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

Now we are ready to add a viewer to our app.

Edit this page