Initial commit

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

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for api-gateway-builder skill
- [ ] create_api_gateway.py: Automates the creation of API gateway configurations based on user input.
- [ ] deploy_api_gateway.sh: Script to deploy the API gateway to a specified environment.
- [ ] test_api_gateway.py: Script to run automated tests against the deployed API gateway.