Files
2025-11-29 18:52:47 +08:00

8 lines
372 B
Markdown

# Scripts
Bundled resources for webhook-handler-creator skill
- [ ] create_webhook_handler.py: Generates a basic webhook handler with signature verification and idempotency logic.
- [ ] test_webhook_handler.py: Creates test cases for the generated webhook handler.
- [ ] deploy_webhook_handler.sh: Deploys the webhook handler to a server (e.g., using Flask or FastAPI).