UNPKG

aws-lager

Version:

AWS Lambda / API Gateway / Endpoint Router

26 lines (25 loc) 444 B
{ "swagger": "2.0", "info": {}, "schemes": ["https"], "host": "API_ID.execute-api.REGION.amazonaws.com", "basePath": "", "tags": [{ "name": "Lager", "description": "Another lager sample API" }], "paths": {}, "definitions": { "Sample": { "type": "object", "properties": { "msg": { "type": "string" }, "input": { "type": "object" } } } } }