Aws
Description
--- description: AWS patterns and best practices. Use when working with S3, Lambda, DynamoDB, IAM, SQS, or other AWS services. --- # AWS Patterns Best practices for AWS services. Use these patterns when writing infrastructure or application code that interacts with AWS. ## IAM ### Least Privilege ```json // ❌ NEVER: Wildcard permissions { "Effect": "Allow", "Action": "s3:*", "Resource": "*" } // ✅ ALWAYS: Specific actions and resources { "Effect": "Allow", "Action": ["s3:GetObjec
Installation
Installs to ~/.claude/commands/allierays-agentic-loop-aws.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/allierays/agentic-loop/HEAD/.claude/commands/aws.md -o ~/.claude/commands/allierays-agentic-loop-aws.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps