1 Answer
- Newest
- Most votes
- Most comments
1
What integration are you calling from Step Functions?
Usually, in distributed systems like this, it is best to send the logs outside the host that generated them because you may not have access to it later. In AWS, we send logs to CloudWatch Logs.
You can then create a CloudWatch Logs subscription that will send the logs to a file in S3.
Relevant content
- Accepted Answerasked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
You can find documentation to enable CloudWatch Logs for Step Functions below. When you enable this, each History Event for your workflow executions will be logged to the log group you have specified.
https://docs.aws.amazon.com/step-functions/latest/dg/cw-logs.html