-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Runtime:
Node.js
Is your feature request related to a problem? Please describe
AWS Lambda supports multiple languages through the use of runtimes, one of them being Node.js. In the Serverless Lens for the Well Architected Framework, we suggest several best practices for observability such as structured logging, distributed tracing, and monitoring of metrics. The suite of utilities of the AWS Lambda Powertools help developers with the adoption of best practices.
Today, AWS Lambda Powertools is available for the Python and Java runtimes.
Describe the solution you'd like
AWS Lambda Powertools available for Node.js runtimes, written in TypeScript.
Describe alternatives you've considered
For the generation of metrics, traces and logs developers can use a number of different open-source libraries together, maintained by the AWS community, or implement that logic by themselves.
If you provide guidance, is this something you'd like to contribute?
Absolutely yes.
Additional context
The TypeScript Powertool will follow the same tenets as the other languages, and folks can expect the same core utilities/ functionalities being supported.