Skip to content

Commit

Permalink
DO-1666: update construct lb healthy codes
Browse files Browse the repository at this point in the history
  • Loading branch information
gowrizrh committed Jun 3, 2024
1 parent c7094e5 commit 9a68a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prerender-fargate/lib/prerender-fargate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export class PrerenderFargate extends Construct {
),
unhealthyThresholdCount:
prerenderFargateScalingOptions?.unhealthyThresholdCount || 5,
healthyHttpCodes: "401",
healthyHttpCodes: "200",
});

// Setup AutoScaling policy
Expand Down

0 comments on commit 9a68a74

Please sign in to comment.