What's Changed
[1.1.20] — 2026-04-02
Fixed
- SecretsManager
KmsKeyId—CreateSecretandUpdateSecretnow storeKmsKeyId;DescribeSecretreturns it. Previously always null. - Lambda env vars applied at process spawn — Lambda environment variables are now passed to the worker subprocess at startup (
env=onPopen) instead of after viaObject.assign.NODE_OPTIONS=--require ./init.jsand similar process-level env vars now work correctly, matching real AWS Lambda behaviour. Contributed by @jv2222
Tests
- 838 tests total, all passing