Skip to content

Add TypeScript support for AWS Lambda Powertools #26

@saragerion

Description

@saragerion

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    proposedCommunity submited

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions