Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.