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 your changes > [!important] > This PR should be reviewed & merged only after #2117 has already been merged. **The current file diff is skewed because the...
## Description of your changes  `husky install` is deprecated starting from version 9.0 [More info here](https://github.com/typicode/husky/releases/tag/v9.0.1) We run this command on the init-environment script and we get the deprecation...
### Summary  When running `init-environment` command we get a deprecation notice for `husky install` command. Husky has deprecated that command in favour of `husky` command and has new syntax...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.0 to 3.24.5. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
### Use case > [!note] > This feature request comes from #1785 Currently when using the Batch Processor utility, if all the records in a batch are marked as failed...
### Use case The Metrics utility emits some warning logs to notify customers that certain expected conditions are not being met. This is the case for [when a namespace is...
### What were you searching in the docs? The SAM CLI has templates that help customers quickly set up functions. Powertools has a handful of these templates and with the...
### Summary The recently added idempotency feature adds a dependency on jmespath. While that package has many downloads, it hasn't been updated in 2 years. This seems like a concern...
### What were you searching in the docs? The Middy.js docs have a page dedicated to Powertools for AWS Lambda (TypeScript). Our new major version [includes changes](https://docs.powertools.aws.dev/lambda/typescript/latest/upgrade/) on how customers...
## 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....