handler-hosting-aws
OfficialCentralize and standardize AWS cloud operations.
Authorfractary
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Directly interacting with AWS CLI commands can be inconsistent and complex across different infrastructure skills. This handler centralizes all AWS operations, providing a consistent, safe, and abstracted interface.
Core Features & Use Cases
- Standardized AWS Operations: Perform authentication, deploy, verify, query, and delete AWS resources.
- Profile & Environment Management: Enforce strict AWS profile separation and environment validation.
- Console URL Generation: Automatically generate direct links to resources in the AWS Console.
- Use Case: An infrastructure skill needs to verify if an S3 bucket exists in the 'test' environment. It calls this handler with
operation="verify",resource_type="s3", andresource_identifier="my-bucket", abstracting away the underlying AWS CLI commands.
Quick Start
Authenticate with AWS for the 'test' environment to verify credentials.
Dependency Matrix
Required Modules
Bashaws-clijq
Components
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: handler-hosting-aws Download link: https://github.com/fractary/claude-plugins/archive/main.zip#handler-hosting-aws Please download this .zip file, extract it, and install it in the .claude/skills/ directory.