Aws Api Gateway
Helps with AWS, API as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add aws-api-gateway npx -- -y @trustedskills/aws-api-gateway
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-api-gateway": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-api-gateway"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with AWS API Gateway. It enables creating, updating, and deleting APIs, as well as managing resources like methods and integrations. The agent can also retrieve information about existing API Gateways and their configurations.
When to use it
- Automated Deployment: Automate the creation of new REST APIs for microservices or backend applications.
- API Management: Manage existing AWS API Gateway instances, including updating resource paths or integration types.
- Infrastructure as Code (IaC): Define and manage your API infrastructure using natural language prompts instead of complex configuration files.
- Troubleshooting: Retrieve details about an API's configuration to diagnose issues or understand its setup.
Key capabilities
- Create new APIs
- Update existing APIs
- Delete APIs
- Manage resources (methods, integrations)
- Retrieve API Gateway information
Example prompts
- "Create a new REST API named 'MyServiceAPI' in the us-east-1 region."
- "Update the integration type for the '/users' resource to Lambda."
- "Delete the API Gateway named 'LegacyAPI'."
- βWhat is the current stage of MyServiceAPI?β
Tips & gotchas
- Requires appropriate AWS credentials and permissions configured for the AI agent.
- Be mindful of region-specific configurations when creating or managing resources.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.