Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.23 KB

File metadata and controls

30 lines (27 loc) · 1.23 KB
repo url homepage starredAt createdAt updatedAt language license branch stars isPublic isTemplate isArchived isFork hasReadMe refreshedAt description tags
rlyders/dynamodb-lock-manager
2024-12-29T01:16:47Z
2019-09-16T01:06:38Z
2024-12-29T01:16:47Z
TypeScript
GPL-3.0
master
3
true
false
false
false
true
2025-02-25T19:53:34.576Z
NodeJS 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.

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