powertools-lambda-typescript
powertools-lambda-typescript copied to clipboard
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
### 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...
### 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...
### 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...
### 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...
### 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...
Bumps squidfunk/mkdocs-material from `0d4e687` to `31eb7f7`. [](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...
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...
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...
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...
### 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...