Skip to main content

An AWS CDK construct which exposes an endpoint with the contents of a DynamoDB table

Project description

cdk-dynamo-table-viewer

An AWS CDK construct which exposes a public HTTP endpoint which displays an HTML page with the contents of a DynamoDB table in your stack.

SECURITY NOTE: this construct was built for demonstration purposes and using it in production is probably a really bad idea. It exposes the entire contents of a DynamoDB table in your account to the general public.

The library is published under the following names:

Language Repository
JavaScript/TypeScript cdk-dynamo-table-viewer
Python cdk-dynamo-table-viewer
.NET Eladb.DynamoTableViewer
Java com.github.eladb/cdk-dynamo-table-viewer

Usage (TypeScript/JavaScript)

Install via npm:

$ npm i cdk-dynamo-table-viewer

Add to your CDK stack:

import { TableViewer } from 'cdk-dynamo-table-viewer'

const viewer = new TableViewer(this, 'CookiesViewer', {
  table: cookiesTable,
  title: 'Cookie Sales', // optional
  sortBy: '-sales'       // optional ("-" denotes descending order)
});

Notes:

  • The endpoint will be available (as an deploy-time value) under viewer.endpoint. It will also be exported as a stack output.
  • Paging is not supported. This means that only the first 1MB of items will be displayed (again, this is a demo...)
  • Supports CDK version 0.38.0 and above

License

Apache 2.0

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk-dynamo-table-view-0.2.138.tar.gz (30.3 kB view details)

Uploaded Source

Built Distribution

cdk_dynamo_table_view-0.2.138-py3-none-any.whl (29.1 kB view details)

Uploaded Python 3

File details

Details for the file cdk-dynamo-table-view-0.2.138.tar.gz.

File metadata

File hashes

Hashes for cdk-dynamo-table-view-0.2.138.tar.gz
Algorithm Hash digest
SHA256 ca2736abd22e3e05adb758d4608567c463a6b4e74b99829b2f44c41c3b785950
MD5 e050a6b0ea6d5cd9b0852a5569bbf1b2
BLAKE2b-256 81a589efdca72f96c8a530382d1dce744a0844397730fc7b98d4597a8cd35b43

See more details on using hashes here.

File details

Details for the file cdk_dynamo_table_view-0.2.138-py3-none-any.whl.

File metadata

File hashes

Hashes for cdk_dynamo_table_view-0.2.138-py3-none-any.whl
Algorithm Hash digest
SHA256 5b59b0ea7b4bba65fb772c74bdef1d5d0e3928065b50a0e3d262107e381a9c6b
MD5 c9ad7ce975f7e8b40e1a88cdf2ed1f24
BLAKE2b-256 c5622f404bf4cdf89e696df75bc53c0d1d63b67fb2659bc9196f1cab26b087d1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page