@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.
package/dist/esm/index.js CHANGED
@@ -2646,7 +2646,7 @@ class JaypieDistribution extends Construct {
2646
2646
  // Add rate-based rule
2647
2647
  rules.push({
2648
2648
  name: "RateLimitPerIp",
2649
- priority: priority++,
2649
+ priority,
2650
2650
  action: { block: {} },
2651
2651
  statement: {
2652
2652
  rateBasedStatement: {