Adventures with AWS X-Ray and CDK - Part 3
Instrumenting a whole application
Sep 24, 20237 min read163

Search for a command to run...
Articles tagged with #lambda
Instrumenting a whole application

In this series, we continue looking at upgrading a TypeScript codebase from AWS SDK V2 to AWS SDK V3. Here we concentrate on DynamoDB and also look at S3, Step Functions, and Lambda functions. DynamoDB clients As we saw in the first part of this seri...

With the announcement of the Node.js 18.x runtime being available in AWS Lambda, AWS also changed the included version of the AWS SDK for JavaScript. Up until Node.js 16, Lambda’s Node.js runtimes have included the AWS SDK for JavaScript version 2. ...
