fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Support passing query and headers to fission functions #37

Closed erwinvaneyk closed 6 years ago

erwinvaneyk commented 7 years ago

Currently only the default input is mapped to the body of fission functions.

To support passing inputs to the headers and query of the fission function invocation, we need to add the following mappings in the fission runtime environment.

Inputs:

Optionally, each entry in the headers and queries could also be map to support multiple headers/query params with the same key, but that is not a terrible thing not to support.

@soamvasani

erwinvaneyk commented 6 years ago

Fixed in #91