UNPKG

@aws-lambda-powertools/batch

Version:

The batch processing package for the Powertools for AWS Lambda (TypeScript) library.

70 lines 1.69 kB
{ "name": "@aws-lambda-powertools/batch", "version": "2.31.0", "description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.", "author": { "name": "Amazon Web Services", "url": "https://aws.amazon.com" }, "license": "MIT-0", "homepage": "https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/batch#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", "batch", "batch-processing", "serverless", "nodejs" ], "dependencies": { "@aws/lambda-invoke-store": "0.2.3", "@aws-lambda-powertools/commons": "2.31.0", "@standard-schema/spec": "^1.1.0" }, "main": "./lib/cjs/index.js", "types": "./lib/cjs/index.d.ts", "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" } }, "./parser": { "import": "./lib/esm/parser.js", "require": "./lib/cjs/parser.js" }, "./types": { "import": "./lib/esm/types.js", "require": "./lib/cjs/types.js" } }, "typesVersions": { "*": { "parser": [ "lib/cjs/parser.d.ts", "lib/esm/parser.d.ts" ], "types": [ "lib/cjs/types.d.ts", "lib/esm/types.d.ts" ] } } }