UNPKG

api-gateway-payload-parse

Version:

Utility function for easier parsing of the AWS API-Gateway built-in mapping template functions, like `input.params()`.

43 lines (42 loc) 1.01 kB
{ "name": "api-gateway-payload-parse", "version": "0.1.0", "description": "Utility function for easier parsing of the AWS API-Gateway built-in mapping template functions, like `input.params()`.", "main": "index.js", "scripts": { "test": "ava" }, "repository": { "type": "git", "url": "git+https://github.com/yyolk/api-gateway-payload-parse.git" }, "engine": "0.10.36", "keywords": [ "api-gateway", "aws", "parse", "payload", "event", "aws-api-gateway", "velocity", "text", "querystring", "template-mapping", "api-gateway-template", "template", "api-gateway-templat-mapping" ], "author": { "name": "Joseph Yølk Chiocchi", "email": "joe@yolk.cc", "url": "http://yolk.cc" }, "license": "MIT", "bugs": { "url": "https://github.com/yyolk/api-gateway-payload-parse/issues" }, "homepage": "https://github.com/yyolk/api-gateway-payload-parse#readme", "devDependencies": { "ava": "^0.3.0" } }