https://github.com/kessler/blog-consume-dynamodb-stream-in-the-browser
https://github.com/kessler/blog-consume-dynamodb-stream-in-the-browser
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kessler/blog-consume-dynamodb-stream-in-the-browser
- Owner: kessler
- License: mit
- Created: 2015-09-01T13:26:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T13:28:27.000Z (over 9 years ago)
- Last Synced: 2025-03-08T08:12:39.997Z (about 2 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# consume-dynamodb-stream-in-the-browser
```
npm install
browserify index.js > client.js
open test.html
```