Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TypeScript support for AWS Lambda Powertools #26

Closed
saragerion opened this issue Jul 22, 2021 · 3 comments
Closed

Add TypeScript support for AWS Lambda Powertools #26

saragerion opened this issue Jul 22, 2021 · 3 comments
Labels
Proposed Community submited typescript

Comments

@saragerion
Copy link

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.

@saragerion saragerion added Proposed Community submited Pending/Triage Pending triage labels Jul 22, 2021
@santoshshinde2012
Copy link

@saragerion Thanks for opening the feature request. Earlier I was looking for the same but it is not available for node js with typescript. It will be good to have the TypeScript support for AWS Lambda Powertools.

@saragerion saragerion removed the Pending/Triage Pending triage label Jul 22, 2021
@mihilmy
Copy link

mihilmy commented Oct 8, 2021

I would love to contribute as well!

@saragerion
Copy link
Author

saragerion commented Jan 5, 2022

I am ✨ thrilled ✨ to announce that the beta release of AWS Lambda Powertools TypeScript is now public!
https://github.com/awslabs/aws-lambda-powertools-typescript/releases

Quick links:
Documentation: https://awslabs.github.io/aws-lambda-powertools-typescript/
Repository: https://github.com/awslabs/aws-lambda-powertools-typescript
Release notes: https://github.com/awslabs/aws-lambda-powertools-typescript/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Proposed Community submited typescript
Projects
None yet
Development

No branches or pull requests

3 participants