Skip to content

Commit f0ae37b

Browse files
authored
Update .projenrc.js to fix project description (#1)
* Update .projenrc.js * Update readme
1 parent 805e7b2 commit f0ae37b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.projenrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const LOCALSTACK_CONTAINER_NAME = 'dynamodb-fifo-lock-client-localstack';
55

66
const project = new TypeScriptProject({
77
name: 'dynamodb-fifo-lock-client',
8-
description: 'AWS DynamoDB distributed locking client with fencing tokens and FIFO acquisition semantics.',
8+
description: 'AWS DynamoDB distributed locking client with fencing tokens and FIFO acquisition semantics',
99
projectType: ProjectType.LIB,
1010
defaultReleaseBranch: 'main',
1111
scripts: {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Status: Experimental
66

7-
AWS DynamoDB distributed locking client with fencing tokens, heartbeats, and FIFO acquisition semantics.
7+
AWS DynamoDB distributed locking client with fencing tokens and FIFO acquisition semantics.
88

99
Inspired by:
1010
- [AWS Blog Post: Building Distributed Locks with the DynamoDB Lock Client](https://aws.amazon.com/blogs/database/building-distributed-locks-with-the-dynamodb-lock-client/)

0 commit comments

Comments
 (0)