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

### Expected Behavior The request URL captured by the trace of a Fetch request should be the URL of the request. ### Current Behavior The request URL captured by the...

bug
tracer
confirmed

### What were you searching in the docs? I literally just want to pull in lambda powertools into a ts lambda based codebase, I have previously heavily used the python...

documentation
confirmed

### Expected Behavior Based on the documentation ``` Escape hatch mechanism You can use tracer.provider attribute to access all methods provided by the AWS X-Ray SDK. ``` But this is...

documentation
tracer
not-a-bug

### Use case I wan to have an option to call a function when idempotency is triggered. In some cases I want to either change payload to signal to the...

help-wanted
idempotency
feature-request
confirmed

### Use case When working with logs in distributed systems like AWS Lambda, customers want to be able to set arbitrary correlation IDs for their workloads. Today this is possible...

help-wanted
logger
need-customer-feedback
feature-request
discussing
need-more-information

Bumps squidfunk/mkdocs-material from `0d4e687` to `31eb7f7`. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=squidfunk/mkdocs-material&package-manager=docker&previous-version=0d4e6877f5e2204d4e3da97bf858df075ecc39eae062ed05366c8b5b895a1131&new-version=31eb7f7c86dc35e29ca5520e1826b3c7fd54ddd84adc20cb0a42f59d17aa912e)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

documentation
size/XS

Bumps [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) from 3.0.14 to 3.0.15. Release notes Sourced from zgosalvez/github-actions-ensure-sha-pinned-actions's releases. v3.0.15 What's Changed Bump eslint from 9.12.0 to 9.13.0 by @​dependabot in zgosalvez/github-actions-ensure-sha-pinned-actions#190 Bump yaml from 2.5.1 to...

automation
size/XS

Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 9.0.2 to 9.0.3. Release notes Sourced from @​faker-js/faker's releases. v9.0.3 What's Changed infra: update file structure for util/internal by @​xDivisionByZerox in faker-js/faker#3141 refactor(locale): Update list of french...

dependencies
do-not-merge
size/XS

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.41 to 9.5.42. Release notes Sourced from mkdocs-material's releases. mkdocs-material-9.5.42 Fixed #7625: Invalid encoding of boolean attributes in privacy plugin Fixed #7624: Crash when disabling privacy plugin...

documentation
size/XS

### Expected Behavior System fields **should not be replaced by values ​​from additional parameters**. If duplicate fields occur, a prefix should be added for fields from additional objects. For example...

bug
logger
discussing