Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Aug 23, 2023
1 parent 6fb05c9 commit f6435ae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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> Start time (minutes ago) (default: 5)
-e, --end <end> End time (minutes ago) (default: 0)
-as, --absolute-start <start> Start time (ISO 8601)
-ae, --absolute-end <end> End time (ISO 8601)
-f, --filter-expression <filter> Filter expression. Must be inside double or single quotes ("/')
-p, --profile <profile> AWS profile to use (default: "default")
-r, --region <region> AWS region to use
```

![Demo](images/demo-trace.gif)

### samp explore
Lets you browse and explore your serverless patterns repositories.

Expand Down
Binary file added images/demo-trace.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f6435ae

Please sign in to comment.