Files
fn-serverless/examples/tutorial/hotfunctions/http/hotroute.json
Chad Arimura f97ac83255 more tutorial
2017-05-25 14:31:22 -07:00

10 lines
156 B
JSON

{"route":{
"app_name": "myapp",
"path": "/hot",
"image": "USERNAME/hchttp",
"memory": 64,
"type": "sync",
"config": null,
"format": "http"
}}