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: [email protected] With regards, Apache Git Services
