Skip to content

Add Cloudflare RateLimit component#6840

Merged
vimtor merged 2 commits into
anomalyco:devfrom
declanlscott:cloudflare-ratelimit-component
May 12, 2026
Merged

Add Cloudflare RateLimit component#6840
vimtor merged 2 commits into
anomalyco:devfrom
declanlscott:cloudflare-ratelimit-component

Conversation

@declanlscott
Copy link
Copy Markdown
Contributor

@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
@vimtor vimtor merged commit f6b7558 into anomalyco:dev May 12, 2026
1 check passed
@declanlscott declanlscott deleted the cloudflare-ratelimit-component branch May 12, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants