Files
fn-serverless/examples/hotfunctions/http/hotroute.json
2016-12-29 20:07:41 +01:00

10 lines
156 B
JSON

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