Category: Software

Cloud giant https://aws.amazon.com/?utm_content=inline-mention has released a suite of tools to help TypeScript developers extract meaningful observability data from their serverless AWS Lambda jobs. Introduced in Beta, the https://github.com/awslabs/aws-lambda-powertools-typescript “provides a suite of utilities for Node.js Lambda functions to ease the adoption of best practices such as tracing, structured logging, custom metrics,” wrote AWS Senior Solutions Architect https://github.com/saragerion, in a https://twitter.com/Sarutule/status/1478763457625350144 Tuesday. Thehttps://awslabs.github.io/aws-lambda-powertools-typescript/latest/ provides a set of TypeScript calls for managing AWS Lambda “serverless” functions running on a Node.js runtime.

According to Gerion, the logger utility can: Capture key fields from Lambda context, cold start and structures logging output as JSON.

Each TypeScript utility is installed as a standalone NPM package and follows the format of the https://github.com/aws/aws-sdk-js-v3.

Related Articles