serverless / event-gateway

React to any event with serverless functions across clouds
https://www.serverless.com/event-gateway
Apache License 2.0
1.65k stars 96 forks source link

Data streams for functions #242

Open brianneisler opened 7 years ago

brianneisler commented 7 years ago

This is a Feature Request

Description

It would be super convenient to be able to introduce streams to serverless functions so that you could stream in large data files during a single function invocation. It's challenging to do this currently because not all serverless function providers support data streams.

Use-cases

Concepts

mthenw commented 7 years ago

@brianneisler how would you deal with invocation duration limit?

brianneisler commented 7 years ago

@mthenw can't really get around that limit. This is just to get around the payload size limit on providers.