Adventures with AWS X-Ray and CDK - Part 2
Debugging an asynchronous step function
Aug 29, 20236 min read238

Search for a command to run...
Articles tagged with #cdk
Debugging an asynchronous step function

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. ...

Walking the happy path
