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
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:
headers : JSON object (map) mapped to HTTP headers
query : JSON object (map) mapped to query parameters.
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.
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
The text was updated successfully, but these errors were encountered: