Back to Plugins

AWS

Amazon Web Services integration. Manage S3, Lambda, DynamoDB, EC2, and other AWS services. Deploy serverless functions, manage infrastructure, and query databases.

awscloudserverlessinfrastructureofficial

Installation

claude plugins add aws@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "aws@claude-plugins-official": true
  }
}

Commands

/aws-deployDeploy to AWS Lambda or other services
/s3Manage S3 buckets and objects
/dynamodbQuery and manage DynamoDB tables
/cloudwatchView CloudWatch logs and metrics

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub