Skip to content

Commit

Permalink
fix(infra): listener priority
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz committed Oct 18, 2024
1 parent f2d3580 commit 9d25a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ buildHttpLambdaFn(
dockerCmd: ["v2.aws_lambdas.stamp_score_GET.handler"],
pathPatterns: ["/v2/stamps/*/score/*"],
httpRequestMethods: ["GET"],
listenerPriority: 1012,
listenerPriority: 1013,
},
alarmConfigurations
);
Expand Down

0 comments on commit 9d25a76

Please sign in to comment.