
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
serverless-offline-dynamodb
Advanced tools
A serverless plugin to create and manage local and offline DynamoDB.
A serverless plugin to create and manage local and offline DynamoDB.
This plugin expects a amazon/dynamodb-local
container running and serverless-offline
properly configured.
Here is a docker-compose.yml
example:
version: '3'
services:
dynamodb:
container_name: logistics-api-offline-dynamodb
image: amazon/dynamodb-local
ports:
- '8000:8000'
working_dir: /home/dynamodblocal
command: '-jar DynamoDBLocal.jar -sharedDb -dbPath ./'
[optional] You can use npx dynamodb-admin -H localhost
to view and access your database.
npm i -D serverless-offline-dynamodb
Add serverless-offline-dynamodb
into plugins section of your serverless configuration
(be sure to include it BEFORE serverless-offline)
To seed data, just create a folder called seed
on project root and put a json file with exact same name of table you want to seed.
FAQs
A serverless plugin to create and manage local and offline DynamoDB.
The npm package serverless-offline-dynamodb receives a total of 2 weekly downloads. As such, serverless-offline-dynamodb popularity was classified as not popular.
We found that serverless-offline-dynamodb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.