Skip to content

Add Cloudflare RateLimit component#6840

Open
declanlscott wants to merge 2 commits intoanomalyco:devfrom
declanlscott:cloudflare-ratelimit-component
Open

Add Cloudflare RateLimit component#6840
declanlscott wants to merge 2 commits intoanomalyco:devfrom
declanlscott:cloudflare-ratelimit-component

Conversation

@declanlscott
Copy link
Copy Markdown

@declanlscott declanlscott commented Apr 29, 2026

Adds sst.cloudflare.RateLimit component using the rate limit binding for simple rate limiting in Cloudflare Workers.

// sst.config.ts
const rateLimit = new sst.cloudflare.RateLimit("MyRateLimit", {
  namespaceId: 1001,
  limit: 100,
  period: "1 minute",
});

This requires @pulumi/cloudflare minimum v6.15.0 from #6852.

@declanlscott declanlscott marked this pull request as ready for review May 2, 2026 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant