Stuart Sierra's Component integration. Provides a function to build a component that processes Lambda messages in a separate thread.
Stuart Sierra's Component integration. Provides a function to build a component that processes Lambda messages in a separate thread.
(lambda)
(lambda handler)
Make a component that, when started, runs an endless AWS message processing loop in a separate thread. The stop action interrupts the thread and joins it.
Make a component that, when started, runs an endless AWS message processing loop in a separate thread. The stop action interrupts the thread and joins it.
(with-component-meta component)
Extend via metadata to not depend on the component library.
Extend via metadata to not depend on the component library.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close