You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Decouple and Batch Processors
Add a new processor that decouples the receiver and exporter sides of the pipeline and is aware of lambda lifecycle events.
Also add the Batch processor to the list of available processor to reduce the cost of lambda function invocation at the expense of data being delayed.
* Fix missing go.sum entries
* Add link to lambda lifecycle
* Add additional comments to clarify lifecycle
* Update README.md
* Add Makefile to lambdalifecycle
* Fix race detector error
* Update dependencies
0 commit comments