Directories
¶
| Path | Synopsis |
|---|---|
|
Package batch resolves AWS Batch jobs into their CloudWatch log sources.
|
Package batch resolves AWS Batch jobs into their CloudWatch log sources. |
|
Package batchqueue resolves an AWS Batch job queue into the log sources of every job currently active in it — submitted, waiting, or running — tailing them all together and picking up newly submitted jobs as they arrive.
|
Package batchqueue resolves an AWS Batch job queue into the log sources of every job currently active in it — submitted, waiting, or running — tailing them all together and picking up newly submitted jobs as they arrive. |
|
Package cfnstack resolves a CloudFormation stack into the log sources of everything in it that logs — "I just deployed this stack, show me all its logs." One ListStackResources walk maps resource types:
|
Package cfnstack resolves a CloudFormation stack into the log sources of everything in it that logs — "I just deployed this stack, show me all its logs." One ListStackResources walk maps resource types: |
|
Package codebuild resolves a CodeBuild build or project into its CloudWatch log source.
|
Package codebuild resolves a CodeBuild build or project into its CloudWatch log source. |
|
Package ecs resolves an ECS task into its CloudWatch log sources, one per container that uses the awslogs driver.
|
Package ecs resolves an ECS task into its CloudWatch log sources, one per container that uses the awslogs driver. |
|
Package ecsservice resolves an ECS service into the log sources of its tasks, tailing them all together and picking up replacement tasks as rolling deploys cycle them.
|
Package ecsservice resolves an ECS service into the log sources of its tasks, tailing them all together and picking up replacement tasks as rolling deploys cycle them. |
|
Package lambda resolves a Lambda function to its log group.
|
Package lambda resolves a Lambda function to its log group. |
|
Package loggroup is the simplest Resolver: a reference IS a log group name (optionally "group:stream"), so resolution is purely lexical and needs no AWS client.
|
Package loggroup is the simplest Resolver: a reference IS a log group name (optionally "group:stream"), so resolution is purely lexical and needs no AWS client. |
|
Package sfn is the primary Resolver: hand it a Step Functions execution and it resolves every Lambda / Batch / ECS task that execution ran, streaming new sources as a running execution progresses and signalling Done when it reaches a terminal state.
|
Package sfn is the primary Resolver: hand it a Step Functions execution and it resolves every Lambda / Batch / ECS task that execution ran, streaming new sources as a running execution progresses and signalling Done when it reaches a terminal state. |
|
Package sfnmachine resolves a Step Functions state machine to the log sources of its most recent execution: the newest RUNNING execution if one is in flight, else the newest execution overall.
|
Package sfnmachine resolves a Step Functions state machine to the log sources of its most recent execution: the newest RUNNING execution if one is in flight, else the newest execution overall. |
Click to show internal directories.
Click to hide internal directories.