powertools-lambda-typescript
powertools-lambda-typescript copied to clipboard
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
## Description of the feature request **Problem statement** While running jest I would like to suppress the logs on the console to make it readable and clean. jest CLI is...
**Problem statement** Workflows can use 3rd party actions. When specifying an action in a workflow you can use a version (i.e. `actions/setup-node@v3`) or specify a full length SHA number (i.e....
## Description of the feature request Event Handler Support for powertools-typescript, to handle API Gateway events & Appsync events ## Problem statement Lambda Powertools for python is a one-stop-shop for...
## Key information * RFC PR: (leave this empty) * Related issue(s), if known: * * https://github.com/awslabs/aws-lambda-powertools-typescript/issues/484 * * https://github.com/awslabs/aws-lambda-powertools-typescript/issues/165 * Area: Parameters * Meet [tenets](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#tenets): Yes * Approved by:...
## Description of the feature request **Problem statement** Idempotency is a core Cloud issue that needs a solution to enable stable, fault-tolerant systems that can be affected by repeated transactions....
## Description of the improvement **Summary of the proposal** Code examples should be extracted to allow for validation / linting to help prevent errors. **How, where did you look for...
## Description of the feature request **Problem statement** Powertools should make it easy to implement logging, metrics and tracing for code bases that are split across multiple files and modules....
## Description of the feature request **Problem statement** PR #1004 introduced a new behaviour in the Logger decorator and middleware that allows to emit a log entry that contains the...
## Description of the feature request **Problem statement** A suggestion to implement the equivalent of the [Log Timeout middleware](https://github.com/getndazn/dazn-lambda-powertools/tree/master/packages/lambda-powertools-middleware-log-timeout) from the DAZN power tools. For those unfamiliar, this utility ensures...
## Description of the feature request **Problem statement** Middy, the dependency that we use to vend middleware has [recently released](https://github.com/middyjs/middy/releases/tag/3.0.0) a new major version (v 3.x). This version drops support...