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 This PR tackles two separate but related issues: #1047 and #1053. All changes are related to the workflows that run as a result of a...
### **Summary** When using the SAM "`Hello World Example TypeScript TS"` template with ESBuild support enabled various PowerTools anomalies are observed. ### **Configuration** aws-lambda-powertools ^1.0.2 middy/core": ^3.1.1 sam cli 1.53.0...
## Bug description Similar to what happened with #1046 the addition of the `layer-publisher` folder caused some issues with the release workflow [making it fail](https://github.com/awslabs/aws-lambda-powertools-typescript/actions/runs/2833892130). ### Expected Behavior The release...
## Bug description With the introduction of a new workflow architecture/design in #1023 the workflow that is supposed to be run `on merge` is now ran as a result of...
## Description of the feature request **Problem statement** We have used the js version of lambda-powertools for a long time already in DAZN, and now we have most of the...
## Description of the feature request **Problem statement** Currently AWS Lambda Powertools for Python supports usage via a Lambda Layer. The TypeScript Powertools do not. **Summary of the feature** [Lambda...
## Description of the feature request **Problem statement** Powertools is packaged as commonJS which does not give the capability to javascript developers to use esmodule import syntax and feature. **Summary...
## Summary Increase maximum number of metrics dimension from 10 to 30 ## Bug description CloudWatch Metrics has increase maximum number of dimensions from 10 to 30 [ref](https://aws.amazon.com/about-aws/whats-new/2022/08/amazon-cloudwatch-metrics-increases-throughput/). Currently, `metrics`...
## Description of the improvement **Summary of the proposal** As a part of our documentation we have a [section that focuses on the APIs available](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/api/). The new utility should feature...
## Description of the improvement **Summary of the proposal** As a part of the implementation of the utility it's necessary to have a dedicated readme file for the utility as...