
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
dynamodb-items
Advanced tools
const {
App,
handlers
} = require('dynamodb-items');
const app = new App('tablePrefix', {
droppedTtl: 15 * 24 * 60 * 60 * 1000, // 15 days
firehose: { // optional
concurrency: 100,
stream: 'app-items'
},
ttl: 365 * 24 * 60 * 60 * 1000 // 1 year
});
exports.dropped = handlers.dropped(app);
exports.firehose = handlers.firehose(app);
exports.get = handlers.get(app);
exports.set = handlers.set(app);
Name
app-items-dropped
Handler
index.dropped
Size
512 MB
-
Name
app-items-firehose
Handler
index.firehose
Size
512 MB
-
Name
app-items-get
Handler
index.get
Size
256 MB
-
Name
app-items-set
Handler
index.set
Size
256 MB
Name
app-items
Lambda Transformer
app-items-firehose
S3 Bucket
app
Prefix
items/dt=!{timestamp:yyyy}-!{timestamp:MM}-!{timestamp:dd}/
Error prefix
items-error/err=!{firehose:error-output-type}/dt=!{timestamp:yyyy}-!{timestamp:MM}-!{timestamp:dd}/
FAQs
### 1. Config Lambda Code
The npm package dynamodb-items receives a total of 3 weekly downloads. As such, dynamodb-items popularity was classified as not popular.
We found that dynamodb-items demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.