Jin Choi

Results 2 issues of Jin Choi

apache/openwhisk#4712 Environment details: local deployment ## Steps to reproduce the issue: 1. make a simple raw HTTP web action in python ``` def main(args): val = args['__ow_headers'] print(args) return {...

## Environment details: * on my vagrant (but not seemingly limited to) ## Steps to reproduce the issue: 1. just ran `ansible-playbook -i environment/vagrant apigateway.yml` 2. and then followed `https://github.com/apache/openwhisk/blob/master/docs/apigateway.md`...