Skip to content

Commit

Permalink
Updating scalers.
Browse files Browse the repository at this point in the history
Signed-off-by: Samuele Resca <[email protected]>
  • Loading branch information
samueleresca committed Feb 21, 2022
1 parent a403f4b commit bf0e96f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/scaling/scale_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ func buildScaler(ctx context.Context, client client.Client, triggerType string,
return scalers.NewArtemisQueueScaler(config)
case "aws-cloudwatch":
return scalers.NewAwsCloudwatchScaler(config)
case "aws-dynamodb":
return scalers.NewAwsDynamoDBScaler(config)
case "aws-kinesis-stream":
return scalers.NewAwsKinesisStreamScaler(config)
case "aws-sqs-queue":
Expand Down

0 comments on commit bf0e96f

Please sign in to comment.