Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support passing query and headers to fission functions #37

Closed
erwinvaneyk opened this issue Sep 17, 2017 · 1 comment
Closed

Support passing query and headers to fission functions #37

erwinvaneyk opened this issue Sep 17, 2017 · 1 comment

Comments

@erwinvaneyk
Copy link
Member

erwinvaneyk commented Sep 17, 2017

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.

@soamvasani

@soamvasani soamvasani added this to the beta milestone Oct 18, 2017
@erwinvaneyk erwinvaneyk modified the milestones: beta, 0.2.0 Nov 24, 2017
@erwinvaneyk
Copy link
Member Author

Fixed in #91

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants