
Product
A Fresh Look for the Socket Dashboard
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
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.
Product
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
Industry Insights
Terry O’Daniel, Head of Security at Amplitude, shares insights on building high-impact security teams, aligning with engineering, and why AI gives defenders a fighting chance.
Security News
MCP spec updated with structured tool output, stronger OAuth 2.1 security, resource indicators, and protocol cleanups for safer, more reliable AI workflows.