construct-hub icon indicating copy to clipboard operation
construct-hub copied to clipboard

Add log streams for all state machines

Open Chriscbr opened this issue 3 years ago • 0 comments

For debugging state machines, it would be nice to have logs to look back into history, since the Step Functions console is otherwise limited in how far back you can search for past step functions executions. Currently AWS CDK does not add these log groups by default, but it is exposed as an option: https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-stepfunctions.StateMachine.html#logs

Chriscbr avatar Mar 14 '22 16:03 Chriscbr