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

Update swift4 to allow more than 128KB of input parameters #14

Closed
csantanapr opened this issue Feb 2, 2018 · 0 comments
Closed

Update swift4 to allow more than 128KB of input parameters #14

csantanapr opened this issue Feb 2, 2018 · 0 comments

Comments

@csantanapr
Copy link
Member

The epilogue uses environment variable to take the input JSON

let inputStr: String = env["WHISK_INPUT"] ?? "{}"

We should modify this and pass the input as STDIN to allow larger input data (i.e. 1MB, 3MB, etc..) using swift readLine()

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

No branches or pull requests

1 participant