lecle / aloxide

Aloxide is a pragmatic abstraction layer for various blockchain softwares.
Apache License 2.0
10 stars 5 forks source link

Run Demux watcher as a Lambda function #47

Closed tiendq closed 4 years ago

tiendq commented 4 years ago

Currently Demux watcher is started and running in an infinite loop to monitor a blockchain network continuously.

Expectation:

Watcher is run once in a Lambda function invocation.