@exabugs/dynamodb-client 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -20
- package/dist/server/handler.cjs +2 -2
- package/package.json +1 -1
- package/dist/server/handler.zip +0 -0
package/README.md
CHANGED
|
@@ -17,28 +17,12 @@ DynamoDB Single-Table Client SDK with MongoDB-like API, Shadow Records, and Lamb
|
|
|
17
17
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
|
20
|
-
### From GitHub Packages (Private Repository)
|
|
21
|
-
|
|
22
|
-
1. Create a Personal Access Token with `read:packages` scope
|
|
23
|
-
2. Configure `.npmrc`:
|
|
24
|
-
|
|
25
|
-
```bash
|
|
26
|
-
@exabugs:registry=https://npm.pkg.github.com
|
|
27
|
-
//npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
3. Install the package:
|
|
31
|
-
|
|
32
|
-
```bash
|
|
33
|
-
npm install @exabugs/dynamodb-client
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
For detailed instructions, see [Private Package Usage Guide](docs/PRIVATE_PACKAGE_USAGE.md).
|
|
37
|
-
|
|
38
|
-
### From npm (Public - Coming Soon)
|
|
39
|
-
|
|
40
20
|
```bash
|
|
41
21
|
npm install @exabugs/dynamodb-client
|
|
22
|
+
# or
|
|
23
|
+
pnpm add @exabugs/dynamodb-client
|
|
24
|
+
# or
|
|
25
|
+
yarn add @exabugs/dynamodb-client
|
|
42
26
|
```
|
|
43
27
|
|
|
44
28
|
## Quick Start
|
package/dist/server/handler.cjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exabugs/dynamodb-client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "DynamoDB Single-Table Client SDK with MongoDB-like API, Shadow Records, and Lambda implementation for serverless applications",
|
|
5
5
|
"author": "exabugs",
|
|
6
6
|
"license": "MIT",
|
package/dist/server/handler.zip
DELETED
|
Binary file
|