creating-api-gateway-stage
CloudWatch 로깅, X-Ray 추적, 스로틀링, WAF 통합, IAM 역할을 포함하여 AWS 모범 사례를 따르는 API Gateway 스테이지를 생성합니다. 다음 경우에 사용하세요…
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill creating-api-gateway-stageCreating an API Gateway Stage
Overview
Domain expertise for creating and configuring API Gateway stages with comprehensive logging, monitoring, security, and throttling controls. Covers CloudWatch logging setup, X-Ray tracing, WAF web ACL association, method-level configuration, and authorization options.
Create an API Gateway stage
To create a fully configured API Gateway stage with logging, throttling, WAF, and authorization, follow the procedure exactly. See API Gateway stage creation procedure.
Troubleshooting
CloudWatch logs not appearing
Verify the CloudWatch role permissions, log group existence, and that logging is enabled at both stage and method levels. See the full procedure for details.
Stage creation fails
Check REST API ID, deployment ID, IAM permissions, and stage naming conventions.
WAF blocking legitimate requests
Review WAF logs, adjust rules or add exceptions, and consider count mode for testing.