aws-lager
Version:
AWS Lambda / API Gateway / Endpoint Router
29 lines (28 loc) • 490 B
JSON
{
"x-lager": {
"identifier": "my-sample-api"
},
"swagger": "2.0",
"info": {},
"schemes": ["https"],
"host": "API_ID.execute-api.REGION.amazonaws.com",
"basePath": "",
"tags": [{
"name": "Lager",
"description": "Lager sample API"
}],
"paths": {},
"definitions": {
"Sample": {
"type": "object",
"properties": {
"msg": {
"type": "string"
},
"input": {
"type": "object"
}
}
}
}
}