@dynamo-dot-subscribe/observable-dynamo
Version:
A very thin wrapper around the [AWS SDK v3 DynamoDB client](https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-dynamodb) which converts all of their commands to [Observables](https://rxjs-dev.firebaseapp.com/guide/observable). The API to use th
41 lines (40 loc) • 1.31 kB
JSON
{
"name": "@dynamo-dot-subscribe/observable-dynamo",
"author": "Joshua Hull <josh.hull.w@gmail.com> (https://github.com/JoshuaHull)",
"version": "1.0.0",
"main": "lib/index.js",
"scripts": {
"build": "rimraf ./lib/ && tsc"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.12.0",
"rxjs": "^6.6.7"
},
"devDependencies": {
"@aws-sdk/types": "^3.12.0",
"@types/node": "^14.14.37",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
},
"description": "A very thin wrapper around the [AWS SDK v3 DynamoDB client](https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-dynamodb) which converts all of their commands to [Observables](https://rxjs-dev.firebaseapp.com/guide/observable). The API to use this package is identical to that of the original client - but wrapping with rxjs's `from()` is done for you.",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoshuaHull/dynamo-dot-subscribe.git"
},
"keywords": [
"DynamoDB",
"AWS",
"RXJS",
"Observable",
"Dynamo",
"Subscribe"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/JoshuaHull/dynamo-dot-subscribe/issues"
},
"homepage": "https://github.com/JoshuaHull/dynamo-dot-subscribe#readme"
}