@mcma/aws-lambda-worker-invoker
Version:
Node module with code for invoking MCMA workers running as Lambda functions, via the AWS SDK
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "@mcma/aws-lambda-worker-invoker",
"version": "1.0.0",
"description": "Node module with code for invoking MCMA workers running as Lambda functions, via the AWS SDK",
"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",
"lambda"
],
"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-worker-lambda#readme",
"dependencies": {
"@aws-sdk/client-lambda": "^3.699.0"
},
"peerDependencies": {
"@mcma/core": "1.0.0",
"@mcma/worker-invoker": "1.0.0"
},
"devDependencies": {
"@mcma/core": "1.0.0",
"@mcma/worker-invoker": "1.0.0",
"@types/node": "^22.10.1",
"jasmine": "^5.1.0"
}
}