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 the feature request As discussed internally, we need to define more specific types for the method decorator that currently uses the `any` type: ```ts // TODO: Revisit...

good-first-issue
help-wanted
utility:tracer
priority:low

## Description of the feature request **Problem statement** The use of correlation ID's can be extremely helpful for debugging purposes and help developers understanding the lifecycle of user transactions as...

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

## Description of the improvement **Summary of the proposal** Currently hovering on a decorator in VS Code shows an unindented code example with also additional characters (`*`) around the decorator...

documentation
good-first-issue
utility:all
priority:medium
blocked

## Description of the feature request **Problem statement** As a user I want to use `Tracer` while processing objects in parallel and be able to create a segments, annotate it...

good-first-issue
utility:tracer
triage
feature

## Description of the feature request Try to keep the production deployed `node_modules`, without loss of functionality Related issue: https://github.com/awslabs/aws-lambda-powertools-typescript/issues/419#issuecomment-1022404877 **Problem statement** Keeping the published npm package as lean as...

dependencies
utility:all
triage

> Ref https://github.com/awslabs/aws-lambda-powertools-typescript/issues/445 for the structure of this RFC # Description of the proposal There should be a consistent way to validate the structures of inputs and outputs for AWS...

RFC
need-customer-feedback
discussing
validation

## Description of the feature request **Problem statement** With the powertools being published as separate, modular packages, you need to install multiple `@aws-lambda-powertools/*` packages. Modularization is great for both development...

triage

## Description of the improvement **Summary of the proposal** In all sections where the supported environment variables are documented for a certain utility, it would be helpful to clarify what...

documentation
good-first-issue

## Description of the feature request **Problem statement** To keep up with our collaboration, for clarity, and make sure our efforts are tracked, there are 2 Github projects: https://github.com/awslabs/aws-lambda-powertools-typescript/projects 1)...

enhancement
github-actions
triage

Currently the metics module is not capable of supporting Aggregated Metrics, as per https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html#publishingDataPoints1 It would be good to investigate supporting this functionality

enhancement
utility:metrics