Skip to content

Commit

Permalink
Add Step Function to README
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed Apr 23, 2021
1 parent 31d6f47 commit d96873f
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ SLIC Watch provides a CloudWatch Dashboard and Alarms for:

1. AWS Lambda
2. API Gateway
3. Kinesis Data Streams (available for Lambda consumers, more coming soon)
4. DynamoDB Tables (Coming soon)
5. SQS Queues (Coming soon)
3. Step Functions
4. Kinesis Data Streams (available for Lambda consumers, more coming soon)
5. DynamoDB Tables (Coming soon)
6. SQS Queues (Coming soon)

Currently, SLIC Watch is available as a Serverless Framework plugin.

Expand Down Expand Up @@ -38,7 +39,7 @@ custom:
EvaluationPeriods: 1
TreatMissingData: notBreaching
ComparisonOperator: GreaterThanThreshold
Lambda:
Lambda: # Lambda Functions
Errors:
Threshold: 0
Statistic: Sum
Expand All @@ -53,7 +54,7 @@ custom:
IteratorAge:
Threshold: 10000
Statistic: Maximum
ApiGateway:
ApiGateway: # API Gateway REST APIs
5XXError:
Statistic: Average
Threshold: 0
Expand All @@ -63,6 +64,15 @@ custom:
Latency:
ExtendedStatistic: p99
Threshold: 5000
States: # Step Functions
Statistic: Sum
ExecutionsThrottled:
Threshold: 0
ExecutionsFailed:
Threshold: 0
ExecutionsTimedOut:
Threshold: 0

```

An example project is provided for reference: [serverless-test-project](./serverless-test-project)
Expand Down

0 comments on commit d96873f

Please sign in to comment.