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** Every time a PR is merged a number of checks and actions are run on the utilities to make sure that the...
## Description of the feature request **Problem statement** Once all other issues related to this milestone have been completed, the new utility must be introduced in the automated release process...
## Description of the feature request **Problem statement** Before a Powertools utility can be considered production ready it needs to have e2e tests implemented and running every time a new...
## Description of the improvement **Summary of the proposal** With the number of `workflows` and `scripts` growing in our CI/CD processes (based on GitHub Actions) there's a need of documenting...
## Description of the improvement **Summary of the proposal** The repository contains - at present - examples in CDK and SAM that showcase how to use the Powertools utilities available....
## Description of the improvement **Summary of the proposal** The documentation should include a section dedicated to the upcoming Parameters utility. **How, where did you look for information** N/A **Missing...
## Description of the feature request **Problem statement** Before merging new code into `main` we are running a workflow that measures the impact of the changes on the final package...
## Description of the feature request **Problem statement** Even if the new utility won't be released till much later, whenever code is merged into `main` the code coverage should stay...
## Description of the feature request **Problem statement** With ES modules, developers may use top-level await within their functions. This allows developers to use the await keyword in the top...
## Description of the feature request Automatically mask secret or password values in extra data. **Problem statement** A best practice is to never log secrets or passwords. There are times...