UNPKG

@mcma/aws-api-gateway

Version:

Node module with code for using AWS's API Gateway as an entry point to an MCMA API handler.

53 lines (51 loc) 1.36 kB
{ "name": "@mcma/aws-api-gateway", "version": "1.0.2", "description": "Node module with code for using AWS's API Gateway as an entry point to an MCMA API handler.", "engines": { "node": ">=18.0.0" }, "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "jasmine" }, "repository": { "type": "git", "url": "git+https://github.com/ebu/mcma-libraries.git" }, "keywords": [ "ebu", "mcma", "aws", "apigateway" ], "author": "Joost Rovers <joost@rovers.pt>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ebu/mcma-libraries/issues" }, "homepage": "https://github.com/ebu/mcma-libraries/mcma-aws-nodejs#readme", "dependencies": { }, "peerDependencies": { "@mcma/core": "1.0.2", "@mcma/api": "1.0.2", "@types/aws-lambda": "^8.10.146" }, "devDependencies": { "@mcma/api": "1.0.2", "@mcma/client": "1.0.2", "@mcma/core": "1.0.2", "@mcma/data": "1.0.2", "@mcma/worker-invoker": "1.0.2", "@types/aws-lambda": "^8.10.138", "@types/node": "^22.10.1", "@types/uri-templates": "^0.1.34", "jasmine": "^5.5.0" } }