Brian Neisler
Brian Neisler
# This is a Feature Request ## Description It would be great to support gzip compression for all http traffic including requests and responses. ## Use-cases - Compress http requests...
# This is a Feature Request ## Description Sometimes when invoking a function directly, you want to be able to specify the method of invocation (sync or async) at invocation...
# This is a Feature Request ## Description Sometimes the data that is being passed to the gateway is something that can't be filtered on (binary for example). An additional...
# This is a Feature Request ## Description Provide a easy way of filtering events. Filters should be configurable and capable of filtering on multiple values. ## Use-cases - Prevent...
# This is a Feature Request ## Description It would be convenient to allow for one sync subscription and multiple async subscriptions on an http event. Then multiple async handlers...
The docs don't clearly spell out what happens when an error occurs in a function for both invoke and for an http subscription. Would be good to get these documented.
# 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...
Similar and dependent issues - #220