@aws-lambda-powertools/kafka
Version:
Utility to easily handle message deserialization and parsing of Kafka events in AWS Lambda functions
97 lines • 2.19 kB
JSON
{
"name": "@aws-lambda-powertools/kafka",
"version": "2.29.0",
"description": "Utility to easily handle message deserialization and parsing of Kafka events in AWS Lambda functions",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
},
"license": "MIT-0",
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/aws-powertools/powertools-lambda-typescript.git"
},
"bugs": {
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
},
"keywords": [
"aws",
"lambda",
"powertools",
"kafka",
"event",
"schema",
"validation",
"typescript",
"nodejs"
],
"dependencies": {
"@aws-lambda-powertools/commons": "2.29.0",
"@standard-schema/spec": "^1.0.0"
},
"peerDependencies": {
"arktype": ">=2.0.0",
"valibot": ">=1.0.0",
"zod": "^3.25.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"zod": {
"optional": true
},
"valibot": {
"optional": true
},
"arktype": {
"optional": true
}
},
"files": [
"lib"
],
"type": "module",
"exports": {
".": {
"require": {
"types": "./lib/cjs/index.d.ts",
"default": "./lib/cjs/index.js"
},
"import": {
"types": "./lib/esm/index.d.ts",
"default": "./lib/esm/index.js"
}
},
"./errors": {
"require": {
"types": "./lib/cjs/errors.d.ts",
"default": "./lib/cjs/errors.js"
},
"import": {
"types": "./lib/esm/errors.d.ts",
"default": "./lib/esm/errors.js"
}
},
"./types": {
"require": {
"types": "./lib/cjs/types/index.d.ts",
"default": "./lib/cjs/types/index.js"
},
"import": {
"types": "./lib/esm/types/index.d.ts",
"default": "./lib/esm/types/index.js"
}
}
},
"typesVersions": {
"*": {
"errors": [
"lib/cjs/errors.d.ts",
"lib/esm/errors.d.ts"
],
"types": [
"lib/cjs/types/index.d.ts",
"lib/esm/types/index.d.ts"
]
}
}
}