You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/02 20:11:03 UTC

[GitHub] csantanapr opened a new issue #14: Update swift4 to allow more than 128KB of input parameters

csantanapr opened a new issue #14: Update swift4  to allow more than 128KB of input parameters
URL: https://github.com/apache/incubator-openwhisk-runtime-swift/issues/14
 
 
   The epilogue uses environment variable to take the input JSON
   ```swift
   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()`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services