Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:31 +08:00
commit 7f9211b22c
16 changed files with 1217 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for api-rate-limiter skill
- [ ] generate_rate_limit_config.py: Generates rate limiting configuration files based on user input.
- [ ] test_rate_limiting.sh: Tests the rate limiting implementation using curl or similar tools.
- [ ] deploy_rate_limiting.sh: Deploys the rate limiting configuration to the API gateway or server.