diff --git a/README.md b/README.md index 629dddb..2c53488 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,27 @@ The tool temporarily replaces your function code in the cloud with a proxy funct Should you encounter any issues during the restoration of the original function code, you can use the `--force-restore` flag to restore the original code manually. Failing that, you can always redeploy your stack to restore the original code. + +### samp traces +Lets you browse and explore the AWS X-Ray traces in your AWS account + +``` +Usage: samp traces|t [options] + +Browses and renders AWS X-Ray traces in your account + +Options: + -s, --start Start time (minutes ago) (default: 5) + -e, --end End time (minutes ago) (default: 0) + -as, --absolute-start Start time (ISO 8601) + -ae, --absolute-end End time (ISO 8601) + -f, --filter-expression Filter expression. Must be inside double or single quotes ("/') + -p, --profile AWS profile to use (default: "default") + -r, --region AWS region to use +``` + +![Demo](images/demo-trace.gif) + ### samp explore Lets you browse and explore your serverless patterns repositories. diff --git a/images/demo-trace.gif b/images/demo-trace.gif new file mode 100644 index 0000000..21f0832 Binary files /dev/null and b/images/demo-trace.gif differ