@fastify/aws-lambda
Version:
Inspired by aws-serverless-express to work with Fastify with inject functionality.
63 lines (62 loc) • 1.61 kB
JSON
{
"name": "@fastify/aws-lambda",
"description": "Inspired 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"
},
"license": "MIT",
"version": "3.1.0",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint && tap -J -R specy --no-coverage test/*test.js && npm run test:typescript",
"test:typescript": "tsd",
"performance": "npm run lint && node performanceTest/test"
},
"devDependencies": {
"@types/aws-lambda": "8.10.101",
"aws-lambda": "^1.0.7",
"aws-serverless-express": "^3.4.0",
"aws-serverless-fastify": "^1.0.28",
"benchmark": "^2.1.4",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"fastify": "^4.0.0-rc.3",
"serverless-http": "^3.0.1",
"tap": "^16.2.0",
"tsd": "^0.22.0"
},
"overrides": {
"aws-serverless-fastify": {
"fastify": "^4.0.0-rc.3"
}
},
"publishConfig": {
"access": "public"
}
}