
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
cdk-dynamo-table-view
Advanced tools
An AWS CDK construct which exposes an endpoint with the contents of a DynamoDB table
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 |
Go | github.com/cdklabs/cdk-dynamo-table-viewer-go/dynamotableviewer |
Install via npm:
$ npm i cdk-dynamo-table-viewer
Add to your CDK stack:
# cookies_table: dynamodb.Table
viewer = TableViewer(self, "CookiesViewer",
table=cookies_table,
title="Cookie Sales", # optional
sort_by="-sales"
)
Notes:
viewer.endpoint
.
It will also be exported as a stack output.Apache 2.0
FAQs
An AWS CDK construct which exposes an endpoint with the contents of a DynamoDB table
We found that cdk-dynamo-table-view demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.