feature/IO-3587-Commision-Cut - Improved localstack client
This commit is contained in:
@@ -2,6 +2,7 @@ This app connects to your Docker LocalStack endpoints and gives you a compact in
|
||||
|
||||
- SES generated emails
|
||||
- CloudWatch log groups, streams, and recent events
|
||||
- Secrets Manager secrets and values
|
||||
|
||||
```shell
|
||||
npm start
|
||||
@@ -21,6 +22,8 @@ Features:
|
||||
attachment downloads, and new-message highlighting
|
||||
- CloudWatch Logs workspace with log group selection, stream filtering, adjustable time window,
|
||||
adjustable event limit, live refresh, and in-browser log search
|
||||
- Secrets Manager workspace with live refresh, search, expandable secret metadata, lazy-loaded
|
||||
secret values, and copyable JSON/text values
|
||||
- Compact single-page UI for switching between the local stack tools you use most
|
||||
|
||||
Optional environment variables:
|
||||
@@ -35,4 +38,6 @@ CLOUDWATCH_VIEWER_REGION=ca-central-1
|
||||
CLOUDWATCH_VIEWER_LOG_GROUP=development
|
||||
CLOUDWATCH_VIEWER_WINDOW_MS=900000
|
||||
CLOUDWATCH_VIEWER_LIMIT=200
|
||||
SECRETS_VIEWER_ENDPOINT=http://localhost:4566
|
||||
SECRETS_VIEWER_REGION=ca-central-1
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user