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

## Description of the feature request **Problem statement** Metrics unit tests currently are not structured the same as the Logger module, In the logger only public methods are tested, following...

enhancement
good-first-issue
utility:metrics

## Description of the feature request **Problem statement** Currently the EnvironmentVariablesService returns an empty string if an env var is not set, rather than undefined. Ticket to discuss the pros...

good-first-issue
question
utility:all
triage
on-hold
priority:medium

## Description of the feature request **Problem statement** SQS currently don't propagate properly traces when chaining Lambda. See https://github.com/aws/aws-xray-sdk-node/issues/208 for more details. **Summary of the feature** 1. Implement a mechanism...

bug
wontfix
utility:tracer
blocked

## Description of the feature request Minor feature but useful for governance of external contributions by the AWS community. It would be good to review labels used for Github Issues...

utility:all
priority:medium

## Description of the improvement **Summary of the proposal** Currently the docs include an example on how to deploy the utility only using SAM but we could provide examples also...

documentation
utility:all
triage

## Description of the improvement **Summary of the proposal** As a user, I want to see “Getting started” first. I am not interested in Tenets so I find it not...

documentation
question
triage
priority:medium

## Description of the feature request - [ ] Validate that a parent logger's persistent attributes are passed on to the child logger's persistent attributes via new/updated tests - [...

good-first-issue
triage
priority:medium

## Description of the feature request Right now the tsconfig files located in the folder of each utility (Logger, Metrics, Tracer) have repeated settings with some differences. Example: `resolveJsonModule` in...

good-first-issue
triage
priority:medium

## Bug description This morning the API spec page was returning 404: https://awslabs.github.io/aws-lambda-powertools-typescript/latest/api/ I noticed that this job, triggered by release v0.7.1, failed: https://github.com/awslabs/aws-lambda-powertools-typescript/runs/5586151464?check_suite_focus=true After re-running the failed job, the...

bug
triage

## Description of the improvement **Summary of the proposal** Provide examples that are structured in such a way that the application code (lambda handlers with aws power tools utilities) is...

documentation
enhancement