sqs-partial-batch-processor 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +9 -1
package/package.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "name": "sqs-partial-batch-processor",
3
+ "description": "A small TypeScript helper for AWS Lambda SQS triggers using partial batch responses (SQSBatchResponse.batchItemFailures). You supply per-record async logic; the library handles looping, per-record error boundaries, and the response shape.",
3
4
  "repository": {
4
5
  "type": "git",
5
6
  "url": "https://github.com/gammarers-aws-sdk-extensions/sqs-partial-batch-processor.git"
@@ -50,6 +51,13 @@
50
51
  "dependencies": {
51
52
  "@types/aws-lambda": "^8.10.145"
52
53
  },
54
+ "keywords": [
55
+ "aws",
56
+ "batch",
57
+ "partial",
58
+ "processor",
59
+ "sqs"
60
+ ],
53
61
  "engines": {
54
62
  "node": ">= 20.0.0"
55
63
  },
@@ -65,7 +73,7 @@
65
73
  "publishConfig": {
66
74
  "access": "public"
67
75
  },
68
- "version": "0.2.0",
76
+ "version": "0.2.1",
69
77
  "jest": {
70
78
  "coverageProvider": "v8",
71
79
  "testMatch": [