Deploy applications to AWS using various services
/plugin marketplace add pluginagentmarketplace/custom-plugin-aws/plugin install pluginagentmarketplace-aws-cloud-assistant@pluginagentmarketplace/custom-plugin-aws# AWS Deploy Command Deploy your application to AWS infrastructure. ## What This Command Does 1. Analyzes your project structure 2. Recommends deployment strategy 3. Guides through deployment steps 4. Validates deployment success ## Usage ## Supported Deployment Targets ### Serverless - **Lambda + API Gateway** - API endpoints - **Lambda + S3** - Static website with backend ### Containers - **ECS Fargate** - Containerized applications - **EKS** - Kubernetes workloads ### Traditional - **EC2 + ALB** - Virtual machines - **Elastic Beanstalk** - Managed platform ### Static Sites - *...