New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws-event-stream

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-event-stream

A simple and fast EventStore for AWS.

1.0.17
Source
npm
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

aws-event-stream is an open source library to create Event Stores that works with AWS (at the moment, DynamoDB and SQS).

Installing

npm install --save aws-event-stream

Integration Test

Steps:

  • TMPDIR=/private$TMPDIR docker-compose up
  • npm run test:integration:jest
  • aws dynamodb --endpoint-url=http://localhost:4566 scan --table-name events-now
  • aws sns --endpoint-url=http://localhost:4566 list-topics

Keywords

EventStore

FAQs

Package last updated on 14 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts