Aws banner
allierays allierays

Aws

DevOps community

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

Terminal
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 Repository