Skip to content

Commit

Permalink
fix(image): removing alarm for image api
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Aug 26, 2024
1 parent 36e5d31 commit dce68c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/image-api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class ImageAPI extends TerraformStack {
threshold: 25,
evaluationPeriods: 4,
period: 300,
actions: config.isProd ? [snsTopic.arn] : [],
actions: config.isProd ? [] : [],
},
},
});
Expand Down

0 comments on commit dce68c0

Please sign in to comment.