UNPKG

aws-lambda-fastify

Version:

Insipired by aws-serverless-express to work with Fastify with inject functionality.

56 lines (55 loc) 1.42 kB
{ "name": "aws-lambda-fastify", "description": "Insipired by aws-serverless-express to work with Fastify with inject functionality.", "keywords": [ "aws", "lambda", "serverless", "amazon", "cloud", "node", "nodejs", "javascript", "proxy", "api", "api-gateway", "fastify", "web" ], "homepage": "https://github.com/fastify/aws-lambda-fastify", "author": "Adriano Raiano <adriano@raiano.ch>", "repository": { "type": "git", "url": "git@github.com:fastify/aws-lambda-fastify.git" }, "bugs": { "url": "https://github.com/fastify/aws-lambda-fastify/issues" }, "licenses": [ { "type": "MIT", "url": "https://raw.github.com/fastify/aws-lambda-fastify/master/LICENSE" } ], "version": "1.3.0", "main": "index.js", "scripts": { "lint": "eslint .", "test": "npm run lint && tap --no-esm -J -R specy test/*test.js", "performance": "npm run lint && node performanceTest/test" }, "devDependencies": { "aws-serverless-express": "3.3.6", "aws-serverless-fastify": "1.0.10", "benchmark": "2.1.4", "eslint": "6.3.0", "eslint-config-standard": "14.1.0", "eslint-plugin-import": "2.18.2", "eslint-plugin-node": "10.0.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.1", "fastify": "2.8.0", "serverless-http": "2.3.0", "tap": "14.6.2" } }