
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
amplify-dynamodb-simulator
Advanced tools
This package contains wrapper logic to download and use the dynamodb emulator.
This package automatically (on install) downloads the latest dynamodb emulator.
Much of the logic in this package is around retrying to start the server. This can be an issue when using jest and there is contention when binding a port.
const emulator = require('amplify-dynamodb-simulator');
async function main() {
// start the emulator
const emu = await emulator.launch({
/* options */
});
// by default we launch the emulator on some open port in the ephemeral range in the 'inMemory' mode.
// get the dynamodb client (aws-sdk)
const dynamodb = emulator.getClient(emu);
}
portPort to bind the emulator to. If omitted will bind to the first available port in the ephemeral range.
default: null
sharedDbIf to use a single database file to use in the emulator. Should typically be left on.
default: true
dbPathWhere to launch the database. Will automatically create this directory if missing.
deafult: null
startTimeoutMaximum amount of time to wait for the dynamodb emulator to start listening on it's chosen port.
default: 5000
FAQs
DynamoDB emulator nodejs wrapper
The npm package amplify-dynamodb-simulator receives a total of 40,877 weekly downloads. As such, amplify-dynamodb-simulator popularity was classified as popular.
We found that amplify-dynamodb-simulator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.