🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@aws-lambda-powertools/batch

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-lambda-powertools/batch - npm Package Versions

a
aws-powertools-bot
published 2.23.0 •

Changelog

Source

2.23.0 (2025-07-02)

Bug Fixes

Features

  • event-handler: add single resolver functionality for AppSync GraphQL API (#3999) (b91383f)
  • event-handler: expose event & context as object (#4113) (7e74c9e)
  • event-handler: support onQuery and onMutation handlers (#4111) (263db2d)
a
aws-powertools-bot
published 2.22.0 •

Changelog

Source

2.22.0 (2025-06-20)

Bug Fixes

  • event-handler: fix decorated scope in appsync events (#3974) (e539719)

Features

  • kafka: add logic to handle delimited protobufs (#4071) (db9ec0c)
  • kafka: lazily deserialize key/value/headers (#4068) (ef9bb52)
  • kafka: new kafka utility (#4058) (006f27b)
  • layers: add parameterised layer deployment and verification (#4033) (2214ba7)
a
aws-powertools-bot
published 2.21.0 •

Changelog

Source

2.21.0 (2025-06-03)

Bug Fixes

  • parameters: preserve original stack trace on transform failures … (#3982) (583e3ae)

Features

  • commons: environment variable helpers (#3945) (7cfcd85)
  • event-handler: add Amazon Bedrock Agents Functions Resolver (#3957) (720ddcb)
a
aws-powertools-bot
published 2.20.0 •

Changelog

Source

2.20.0 (2025-05-20)

Features

  • idempotency: support for Valkey- and Redis OSS-compatible cache (#3896) (3352b90)
  • parser: add schemas for AppSync Events (#3907) (2554800)
  • parser: add support for tumbling windows in Kinesis and DynamoDB events (#3931) (0205a87)
a
aws-powertools-bot
published 2.19.1 •

Changelog

Source

2.19.1 (2025-05-05)

Bug Fixes

  • event-handler: ignore return type from onSubscribe handler (#3888) (02b3cda)
a
aws-powertools-bot
published 2.19.0 •

Changelog

Source

2.19.0 (2025-04-24)

Bug Fixes

  • logger: warn customers when the ALC log level is less verbose than log buffer (#3834) (04f64ce)
  • logger: warn only once on ALC log level mismatch (#3816) (1e330b3)
  • parser: Make Kafka key property optional (#3855) (68fa1eb)

Features

a
aws-powertools-bot
published 2.18.0 •

Changelog

Source

2.18.0 (2025-04-07)

Features

  • parser: add Cognito pre-signup trigger schema (#3729) (4116f65)
  • parser: add schema support for API Gateway WebSocket events (#3807) (663d328)
a
aws-powertools-bot
published 2.17.0 •

Changelog

Source

2.17.0 (2025-03-25)

Bug Fixes

  • ci: Remove --compatible-architectures from workflow (#3752) (dafa496)
  • idempotency: include sk in error msgs when using composite key (#3709) (661f5ff)
  • logger: correctly refresh sample rate (#3722) (2692ca4)
  • parser: ddb base schema + other exports (#3741) (51a3410)

Features

  • commons: make utilities aware of provisioned concurrency (#3724) (c28e45e)
  • logger: set correlation ID in logs (#3726) (aa74fc8)
  • metrics: allow setting functionName via constructor parameter and environment variable (#3696) (3176fa0)
a
aws-powertools-bot
published 2.16.0 •

Changelog

Source

2.16.0 (2025-03-07)

Bug Fixes

Features

  • logger: Enable log buffering feature (#3641) (8203016)
  • logger: flush buffer on uncaught error decorator (#3676) (28db2e3)
  • logger: Flush buffer on uncaught error in Middy middleware (#3690) (23eebe4)
  • logger: refresh sample rate calculation before each invocation (#3672) (8c8d6b2)
  • validation: add @validator decorator for JSON Schema validation (#3679) (ae6b7cf)
  • validation: Add Middy.js middleware for JSON Schema validation (#3694) (443202b)
  • validation: implement validate function (#3662) (f55127b)
a
aws-powertools-bot
published 2.15.0 •

Changelog

Source

2.15.0 (2025-02-25)

Bug Fixes

Features