Files
fn-serverless/examples/error/README.md
2016-10-13 20:27:39 -07:00

182 B

This is a worker that errors out (ie: exits with non-zero exit code).

Building Image

docker build -t iron/error .
docker run -e 'PAYLOAD={"input": "yoooo"}' iron/error