Cross-Account waitForTaskToken in AWS Step Functions

One small gotcha in AWS Step Functions is that the waitForTaskToken integration pattern only really works within the same AWS account (and region). You must pass task tokens from principals within the same AWS account. The tokens won't work if you send them from principals in a different AWS account. I've been prototyping a set… Continue reading Cross-Account waitForTaskToken in AWS Step Functions