creating-api-gateway-stage

Automate AWS API Gateway stage deployment with CloudWatch logging, X-Ray, and WAF.

2|Updated May 15, 2026
One-click install
npx skills add https://github.com/mashharuki/floci-sample --skill creating-api-gateway-stage-mashharuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-api-gateway-stage
Source: https://github.com/mashharuki/floci-sample/tree/main/.agents/skills/creating-api-gateway-stage
Command: npx skills add https://github.com/mashharuki/floci-sample --skill creating-api-gateway-stage-mashharuki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires call_aws, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating and configuring an API Gateway stage for AWS environments, following AWS best practices for logging, security, and monitoring.

Core Features & Use Cases

  • Automated API Gateway Stage Creation: Orchestrate the deployment of an API Gateway stage with integrated features like CloudWatch logging, X-Ray tracing, and WAF integration.
  • Security & Monitoring: Implement robust security measures and comprehensive logging to safeguard your API Gateway.
  • Use Case: When you need to quickly and safely deploy a REST API in different environments, such as development, testing, or production.

Quick Start

Run the skill with the command 'create-api-gateway-stage <rest_api_id> <stage_name> <deployment_id> --log_level=INFO --metrics_enabled=true'.

Frequently Asked Questions about creating-api-gateway-stage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate API Gateway stage creation with CloudWatch logging and WAF integration?

To configure an API Gateway stage with X-Ray tracing, you automate the deployment process using a command that takes your REST API ID, stage name, and deployment ID. This setup follows AWS best practices to enable comprehensive monitoring and robust security measures for your REST API.

What AWS permissions are required to deploy a REST API stage with WAF and CloudWatch?

Creating an API Gateway stage with WAF and CloudWatch logging requires appropriate IAM roles with permissions to access AWS APIs. You need to ensure your environment is set up to allow API Gateway to write logs and attach web application firewall rules.

Can I use this API Gateway stage automation for development and production environments?

Yes, this API Gateway stage automation is designed for quickly and safely deploying REST APIs across different environments such as development, testing, or production. You simply pass the desired stage name and deployment ID to configure the deployment.

What is the best way to configure throttling and monitoring for an AWS API Gateway stage?

The best way to configure throttling and monitoring for an AWS API Gateway stage is through automated deployment that focuses on AWS best practices. This involves enabling metrics and logging via command parameters like metrics_enabled to safeguard your API.

How do I create an API Gateway stage using a deployment ID?

To create an API Gateway stage using a deployment ID, run the automation command with your REST API ID, stage name, and deployment ID. This orchestrates the stage creation while integrating CloudWatch logging, X-Ray tracing, and WAF.