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

Marshal parameter values to JSON #86

Closed
astrieanna opened this issue Jul 30, 2019 · 0 comments · Fixed by #96
Closed

Marshal parameter values to JSON #86

astrieanna opened this issue Jul 30, 2019 · 0 comments · Fixed by #96
Milestone

Comments

@astrieanna
Copy link
Contributor

The code to inject parameters into the invocation image does not handle object or array types correctly. For example, if I include an object in my parameters section then it appears inside the invocation image as map[string]interface{"key": "value"} instead of {"key": "value"}.

The code referenced above should marshal the parameter values to JSON.

cc @youreddy

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

Successfully merging a pull request may close this issue.

2 participants