dynamodb-lock-manager
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

dynamodb-lock-manager

Node.js TypeScript module to manage distributed locks in DynamoDB with the AWS SDK. This package allows the caller to create locks, auto-refresh locks via heartbeats, takeover expired locks, and release locks.

This work is based on concepts from following AWS Database Blog post: https://aws.amazon.com/blogs/database/building-distributed-locks-with-the-dynamodb-lock-client

For the creation and publishing of this npm package, I followed the guidelines given by Carl-Johan Kihl in the following blog post: https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c

/dynamodb-lock-manager/

    Package Sidebar

    Install

    npm i dynamodb-lock-manager

    Weekly Downloads

    0

    Version

    3.1.0

    License

    ISC

    Unpacked Size

    138 kB

    Total Files

    25

    Last publish

    Collaborators

    • rjlyders