@jaypie/constructs 1.2.46 → 1.2.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2682,7 +2682,7 @@ class JaypieDistribution extends constructs.Construct {
2682
2682
  // Add rate-based rule
2683
2683
  rules.push({
2684
2684
  name: "RateLimitPerIp",
2685
- priority: priority++,
2685
+ priority,
2686
2686
  action: { block: {} },
2687
2687
  statement: {
2688
2688
  rateBasedStatement: {