Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including @dynamo-dot-subscribe/observable-dynamo with all npm packages installed. Try it out:

var observableDynamo = require("@dynamo-dot-subscribe/observable-dynamo")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

@dynamo-dot-subscribe/observable-dynamo v1.0.0

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.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free