Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.58 KB

File metadata and controls

38 lines (21 loc) · 1.58 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.1 (2026-03-24)

Bug Fixes

  • lambda-utilities: add necessary tsconfig config for decorators (b46cd82)

1.0.0 (2026-03-18)

Bug Fixes

  • deep exports from ssm and s3 (876fd77)
  • fetch-ssm-string-param-value: add error handling for non-OK responses (58430c2)

Build System

  • update supported node version (85d5fc1)

chore

  • update Node.js engine requirement to >=24.10.2 and adjust target runtime in documentation (df497bd)

Features

  • introduce lambda-utilities (25d3c81)

BREAKING CHANGES

    • node@v24 runtime requires
    • fetchSsmStringParamValue now exported from @shiftcode/lambda-utilities/ssm
  • S3Helper now exported from @shiftcode/lambda-utilities/s3
  • require node >= 22.10.2