powertools-lambda-typescript
powertools-lambda-typescript copied to clipboard
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
### Summary The [customer references section in the docs](https://github.com/aws-powertools/powertools-lambda-java/pull/2154/files#r2390781166) is currently not aligned with the API reference counterpart: https://docs.powertools.aws.dev/lambda/typescript/latest/api/#becoming-a-reference-customer The goal of this issue to replace the API reference with...
### Summary Following the `v2.26.0` release we introduced a regression that couldn't be detected in unit tests and existing e2e tests. Because of this, we should add isolated and dedicated...
### Use case When handling events from SQS and failing a message, not all errors are the same. E.g. if the event fails validation, then no amount of retrying will...
### Use case When developing and debugging REST APIs using the Event Handler, developers often need to inspect incoming requests and outgoing responses to troubleshoot issues, validate data transformations, and...
### Summary The Create PR step that updates the Layer arn version failed during the Make release workflow. https://github.com/aws-powertools/powertools-lambda-typescript/actions/runs/17649735640/job/50158929604 ### Why is this needed? This is needed to automate the...
### Use case AWS recently launched new region: Asia Pacific (New Zealand) - ap-southeast-6 [aws.amazon.com/pt/blogs/aws/now-open-aws-asia-pacific-new-zealand-region](https://aws.amazon.com/pt/blogs/aws/now-open-aws-asia-pacific-new-zealand-region/) This region supports arm64. ### Solution/User Experience Deploy Lambda Layers to these new region. ###...
### Use case Today when there is a parsing error (except when using safeParse) the error is thrown uncaught. This could be potentially undesired, as we may want to instead...
### Use case We're actively considering bringing OpenTelemetry support to Powertools for AWS Lambda 🎉 If this is something that you'd like to see us working on, please take some...
### Use case Fetching a non-existing parameter usually results in an error from sdk (not sure about every provider secrets/appconfig etc). Not receiving a param usually block an execution flow....