UNPKG

@mikeycoxon/aws-lambda-event-http-router

Version:

AWS Lambda handler utility for HTTP REST request routing based on details in the APIGatewayProxyEvent

47 lines (46 loc) 1.34 kB
{ "name": "@mikeycoxon/aws-lambda-event-http-router", "version": "0.1.2", "description": "AWS Lambda handler utility for HTTP REST request routing based on details in the APIGatewayProxyEvent", "type": "module", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "vitest run --config=vitest.config.ts", "ci": "npm run build && npm run check-format && npm run check-exports", "format": "prettier --write .", "check-format": "prettier --check .", "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/mikeycoxon/aws-lambda-event-http-router.git" }, "keywords": [ "aws", "aws-api-gateway", "aws-lambda", "http" ], "author": "Michael Coxon", "license": "ISC", "bugs": { "url": "https://gitlab.com/mikeycoxon/aws-lambda-event-http-router/issues" }, "homepage": "https://gitlab.com/mikeycoxon/aws-lambda-event-http-router#readme", "devDependencies": { "@arethetypeswrong/cli": "^0.17.2", "prettier": "^3.4.2", "typescript": "^5.7.3", "vite-tsconfig-paths": "^5.1.4", "vitest": "^2.1.8" }, "dependencies": { "@types/aws-lambda": "^8.10.147", "@types/node": "^22.10.5", "http-status-codes": "^2.3.0" } }