Serverless functions for Stream Consuming

Scenario: I need to consume a stream continuously.

Is there a way to have long running serverless functions, or a way to spin up one function, and when open, close the old one?

Hey @MentalGear

Currently, there is no support for streaming. Check out this thread for more.