Files
fn-serverless/examples/hello-go/test.sh
2016-11-01 13:15:27 -07:00

9 lines
124 B
Bash
Executable File

#!/bin/bash
set -x
./build.sh
PAYLOAD='{"name":"Johnny"}'
# test it
echo $PAYLOAD | docker run --rm -i iron/func-hello-go