powertools-lambda-typescript icon indicating copy to clipboard operation
powertools-lambda-typescript copied to clipboard

Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.

Results 249 powertools-lambda-typescript issues
Sort by recently updated
recently updated
newest added

Bumps the aws-cdk group with 2 updates in the / directory: [@aws-cdk/toolkit-lib](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/@aws-cdk/toolkit-lib) and [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk). Updates `@aws-cdk/toolkit-lib` from 1.1.1 to 1.2.0 Release notes Sourced from @​aws-cdk/toolkit-lib's releases. @​aws-cdk/toolkit-lib@​v1.2.0 1.2.0 (2025-06-19) Features...

documentation
dependencies
size/XS
javascript

Bumps the vitest group with 1 update in the / directory: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8). Updates `@vitest/coverage-v8` from 3.2.3 to 3.2.4 Release notes Sourced from @​vitest/coverage-v8's releases. v3.2.4    🐞 Bug Fixes Use correct...

dependencies
size/XS
javascript

Bumps [@valkey/valkey-glide](https://github.com/valkey-io/valkey-glide) from 1.3.4 to 2.0.0. Commits 4e0e0b2 Release 2.0 README (#4192) 1951756 Updated attribution files for commit aea076cf5b7732be3120e87a90195aefe334ee82... aea076c Node: fix examples (#4205) 88c2a16 Go: Enable CI Testing for...

dependencies
size/XS
javascript

Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.9.4 to 2.0.0. Release notes Sourced from @​biomejs/biome's releases. Biome CLI v2.0.0 Major Changes Biome now resolves globs and paths from the configuration. Before, paths and globs...

dependencies
size/XS
javascript

### What were you searching in the docs? As part of #4057 we're adding a new utility dedicated to Kafka consumers, we should add a doc page for the new...

documentation
pending-release

### Summary In some cases, Protobuf payloads are encoded and padded with some additional bytes. We should add tests to verify that we can handle these payloads. ### Why is...

internal
confirmed

### Use case AWS Lambda RIC [added](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/128/files) a new field called `tenantId` and we need to add this field to the context. This must be a optional String and must...

logger
on-hold
feature-request

## Summary ### Changes > Please provide a summary of what's being changed > Please add the issue number below, if no issue is present the PR might get blocked...

size/M
feature
event-handler

### Use case Currently if you want to context in async workflows you have to pass child loggers to the methods you call ``` const tasks = batch.map(async (id) =>...

logger
on-hold
feature-request

### What were you searching in the docs? There is a recommendation for esbuild and the CDK which excludes some packages when bundling function code. ```typescript new NodejsFunction(this, 'Function', {...

documentation
researching