UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

31 lines (30 loc) 783 B
{ "context": {}, "event": { "resource": "/{proxy+}", "path": "/hello", "httpMethod": "GET", "requestContext": { "resourcePath": "/{proxy+}", "httpMethod": "GET", "path": "hello" }, "headers": { "accept": "application/json", "accept-encoding": "gzip, deflate", "Host": "MYHOST.execute-api.ap-northeast-1.amazonaws.com", "User-Agent": "curl/7.64.1", "X-Amzn-Trace-Id": "Root=EXAMPLE-AMZN-TRACE-ID" }, "multiValueHeaders": { "accept": ["application/json"], "accept-encoding": ["gzip, deflate"] }, "queryStringParameters": null, "multiValueQueryStringParameters": null, "pathParameters": null, "stageVariables": null, "body": null, "isBase64Encoded": false } }