Step Function Errors Should Be Errors
Think before you use errors for flow control
Nov 29, 20235 min read89

Search for a command to run...
Articles tagged with #aws
Think before you use errors for flow control

Instrumenting a whole application

Debugging an asynchronous step function

Finding our way

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