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

## Description of your changes Metrics' Middy implementation was checking for `undefined` to evaluate `throwOnEmptyMetrics` and `captureColdStartMetrics`. ### How to verify this change 1. Get only the unit tests from...

bug
utility:metrics

## Bug description In #1085 it has been reported that Logger is affected by a bug that causes the decorator to not properly `await` the decorated method. During the review...

bug
utility:tracer

## Bug description Looks like decorator clears states too early on async/await codes. https://awslabs.github.io/aws-lambda-powertools-typescript/latest/core/logger/#clearing-all-state ```ts import { Logger } from "@aws-lambda-powertools/logger"; import { LambdaInterface } from "@aws-lambda-powertools/commons"; import { setTimeout...

bug
utility:logger

## Bug description EDIT: see [this comment](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1068#issuecomment-1227047896) for updated info after triage. --- The import statement in Tracer.ts for `TracerInterface` is importing all the modules from the root. https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/packages/tracer/src/Tracer.ts#L3. I...

bug
help-wanted
triage
area/tracer

## Bug description The code doesn't compile using tsc when using the Metrics module without middy. ### Expected Behavior Should be able to use Metrics without the need to import...

bug
help-wanted
triage

## Bug description The code doesn't compile using `tsc` when using the Logger module without middy. ### Expected Behavior Should be able to use Logger without the need to import...

bug
help-wanted
triage

## Bug description Running `AWS_PROFILE=MY_PROFILE_NAME AWS_REGION=eu-central-1 npm run test:e2e` doesn't put all test stacks on `eu-central-1`. Instead, it deploys all logger tests on `eu-west-1` for `logger` and `tracer` This is...

bug
help-wanted
triage

## BatchProcessing Utility Adding a BatchProcessing utility with the feature set from Python is needed to simplify coding and developer experience around processing data from EventSource mappings. * RFC PR:...

triage
on-hold
RFC

## Description of the feature request **Problem statement** When handling application errors, I want to embed the XRay Trace ID in the payload & error message returned by my API...

enhancement
triage
area/tracer

> IMPORTANT: this unit of work should be released only after the deprecation takes place for customers, so **after December 14, 2022**. ## Description of the feature request **Problem statement**...

utility:all
triage