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 157 powertools-lambda-typescript issues
Sort by recently updated
recently updated
newest added

### Use case We generate terabytes of logs per month and thus will switch all of our CloudWatch log to the new Infrequent Access log class to basically save 50%...

metrics
need-customer-feedback
feature-request
discussing
revisit-in-3-months

### Use case By default Logger emits logs with timestamps formatted using the UTC timezone. This is the default behavior in Lambda since the `TZ` value is always set to...

help-wanted
logger
feature-request
confirmed

### Use case Logger emits JSON structured logs, to do so it calls `JSON.stringify()` under the hood. There are several types of objects that cannot natively be serialized or that...

help-wanted
logger
feature-request
confirmed

### Use case I know that users can provide their own LogFormatter instance, but the I believe the default should still be reasonably well-suited for most people. The problem today...

help-wanted
logger
feature-request
confirmed

### Expected Behaviour If an async batch job processor throws an error, I would expect to see the error message in my output. ### Current Behaviour I see this error...

need-customer-feedback
feature-request
discussing
batch

### Use case I've been doing some benchmarking of using the lambda layer vs bundling the SDK using esbuild. There appears to be a noticeable performance penalty in using the...

feature-request
discussing
layers

### Use case > We discussed it here on [Twitter](https://twitter.com/dreamorosi/status/1590685049015308288) with @dreamorosi and the outcome was that Lambda Powertools for Python already has this feature and this feature request is...

feature-request
discussing
need-more-information

### Use case Create an additional log level of `TRACE` below `DEBUG` `DEBUG` contains statements about entering specific functions, iterations of a loop, timing info, etc. as well as actual...

logger
need-customer-feedback
feature-request
discussing

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2. Release notes Sourced from typescript's releases. TypeScript 5.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

documentation
dependencies
do-not-merge
size/XS

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.21.5 to 0.22.0. Release notes Sourced from esbuild's releases. v0.22.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...

documentation
dependencies
breaking-change
do-not-merge
size/XS