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

9 lines
131 B
Bash
Executable File

#!/bin/bash
set -x
./build.sh
PAYLOAD='{"input": "yoooo"}'
# test it
echo $PAYLOAD | docker run --rm -i -e TEST=1 iron/func-echo