powertools-lambda-typescript
powertools-lambda-typescript copied to clipboard
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
### Use case When formatting an error using the Logger utility I want to get the location of the error in my logs. To do so, the Logger utility parses...
### Use case As a customer using the Idempotency utility I want my payloads to be considered idempotent regardless of the ordering of the keys/items within. Currently, as discovered [here](https://github.com/aws-powertools/powertools-lambda-python/issues/3781#issuecomment-1954369980),...
### Use case The current implementation of our Logger is fairly stringent when it comes to types and objects allowed in the logs when compared with the Python implementation. For...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.0.0 to 4.1.3. Release notes Sourced from actions/dependency-review-action's releases. 4.1.3 Fixes a bug in 4.1.2 that would introduce comments in every pull request, regardless of the user's...
### Summary In #1372 we have introduced two new fields to our public layers: `compatibleArchitectures` and `license`. This new field however [caused the release process to fail](https://github.com/awslabs/aws-lambda-powertools-typescript/actions/runs/4638541299) due to one...
### Is this related to an existing feature request or issue? _No response_ ### Which Powertools for AWS Lambda (TypeScript) utility does this relate to? Other ### Summary As already...
### Summary When using our built-in schema with zod, developers can infer the types with `type SqsEvent = z.infer` and use it in their Lambda handler. Another popular option is...
### Use case Sometimes I have records that I want processed one at a time, but my processor function happens to be async. ### Solution/User Experience It would be nice...
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.0 to 0.20.1. Release notes Sourced from esbuild's releases. v0.20.1 Fix a bug with the CSS nesting transform (#3648) This release fixes a bug with the CSS...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 to 7.0.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v7.0.0 7.0.0 (2024-02-12) Read more about this release: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/ 🚀 Features add support for flat configs (#7935) 🩹...