You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@aws-lambda-powertools/batch

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-lambda-powertools/batch - npm Package Compare versions

Comparing version

to
2.23.0

1

lib/cjs/BatchProcessorSync.d.ts

@@ -81,2 +81,3 @@ import { BasePartialBatchProcessor } from './BasePartialBatchProcessor.js';

* @param eventType The type of event to process (SQS, Kinesis, DynamoDB)
* @deprecated Use {@link BasePartialBatchProcessor} instead, this class is deprecated and will be removed in the next major version.
*/

@@ -83,0 +84,0 @@ declare class BatchProcessorSync extends BasePartialBatchProcessor {

@@ -84,2 +84,3 @@ "use strict";

* @param eventType The type of event to process (SQS, Kinesis, DynamoDB)
* @deprecated Use {@link BasePartialBatchProcessor} instead, this class is deprecated and will be removed in the next major version.
*/

@@ -86,0 +87,0 @@ class BatchProcessorSync extends BasePartialBatchProcessor_js_1.BasePartialBatchProcessor {

import type { BasePartialBatchProcessor } from './BasePartialBatchProcessor.js';
import type { BaseRecord, BatchProcessingOptions, PartialItemFailureResponse } from './types.js';
/**
* @deprecated Use {@link processPartialResponse} instead, this function is deprecated and will be removed in the next major version.
*
* Higher level function to process a batch of records synchronously

@@ -5,0 +7,0 @@ * and handle partial failure cases.

@@ -6,2 +6,4 @@ "use strict";

/**
* @deprecated Use {@link processPartialResponse} instead, this function is deprecated and will be removed in the next major version.
*
* Higher level function to process a batch of records synchronously

@@ -8,0 +10,0 @@ * and handle partial failure cases.

@@ -81,2 +81,3 @@ import { BasePartialBatchProcessor } from './BasePartialBatchProcessor.js';

* @param eventType The type of event to process (SQS, Kinesis, DynamoDB)
* @deprecated Use {@link BasePartialBatchProcessor} instead, this class is deprecated and will be removed in the next major version.
*/

@@ -83,0 +84,0 @@ declare class BatchProcessorSync extends BasePartialBatchProcessor {

@@ -81,2 +81,3 @@ import { BasePartialBatchProcessor } from './BasePartialBatchProcessor.js';

* @param eventType The type of event to process (SQS, Kinesis, DynamoDB)
* @deprecated Use {@link BasePartialBatchProcessor} instead, this class is deprecated and will be removed in the next major version.
*/

@@ -83,0 +84,0 @@ class BatchProcessorSync extends BasePartialBatchProcessor {

import type { BasePartialBatchProcessor } from './BasePartialBatchProcessor.js';
import type { BaseRecord, BatchProcessingOptions, PartialItemFailureResponse } from './types.js';
/**
* @deprecated Use {@link processPartialResponse} instead, this function is deprecated and will be removed in the next major version.
*
* Higher level function to process a batch of records synchronously

@@ -5,0 +7,0 @@ * and handle partial failure cases.

import { UnexpectedBatchTypeError } from './errors.js';
/**
* @deprecated Use {@link processPartialResponse} instead, this function is deprecated and will be removed in the next major version.
*
* Higher level function to process a batch of records synchronously

@@ -4,0 +6,0 @@ * and handle partial failure cases.

2

package.json
{
"name": "@aws-lambda-powertools/batch",
"version": "2.22.0",
"version": "2.23.0",
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",

@@ -5,0 +5,0 @@ "author": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet