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

### Use case I'd like to use the `logMetrics` middleware without seeing a warning that I'm not publishing metrics, or writing an empty metrics object to EMF. I have a...

metrics
feature-request
confirmed

### Use case This feature request is about the beta of the new lightweight JavaScript runtime [LLRT (Low Latency Runtime)](https://github.com/awslabs/llrt). Currently, the Logger crashes when importing the "console" module. Demo...

logger
on-hold
bug-upstream

### What were you searching in the docs? Currently when adding a new commercial region to the Lambda Layers we rely on an undocumented process which has proven to be...

area/documentation
status/confirmed

### Use case This feature request is about an upcoming official support of [Middy](https://github.com/middyjs/middy) 5.x. The current Powertools version 1.18.0 officially supports Middy up until version 3, as described in...

on-hold
need-customer-feedback
feature-request
revisit-in-3-months

### Use case StringList stored in SSM are mainly used to store arrays. The first thing people usually do, is splitting the StringList into an array right after having retrieved...

on-hold
parameters
feature-request
next-major-version

### What were you searching in the docs? We have updated the versioning and release processes and this needs to be reflected in the documentation. We have a release process...

area/documentation
status/confirmed

### Use case When making their functions idempotent, users can apply JMESPath selectors that will be used to filter the event payload and/or perform validations. In Powertools for Python, the...

type/feature-request
status/confirmed
area/jmespath

### Use case ``` import { Logger } from '@aws-lambda-powertools/logger' const err = new Error('message') console.log(err) new Logger().error("err", err) ``` Compare native node formatting, with clear new line and indentation,...

logger
feature-request
discussing
need-more-information

### Use case I have a nextjs CDK construct with a simple APIGW lambda wrapper around nextjs. I want to annotate my traces with HTTP request and response metadata, e.g....

tracer
need-customer-feedback
feature-request
discussing
need-more-information

### Summary As part of our PR merged workflow we have a step that builds and publishes the latest version of the documentation. The automation seems to be failing to...

automation
on-hold
internal