aws-data

Installation
SKILL.md

AWS Data Services / AWS 데이터 서비스

MCP 없이 boto3/CLI로 직접 데이터 서비스를 관리합니다.

When to Use / 사용 시점

  • "DynamoDB 테이블 조회" / "Query DynamoDB tables"
  • "Aurora 쿼리 실행" / "Run Aurora queries"
  • "Redshift 데이터 조회" / "Query Redshift data"
  • "ElastiCache 관리" / "Manage ElastiCache"

DynamoDB

# List tables / 테이블 목록
aws dynamodb list-tables

# Scan table / 테이블 스캔
aws dynamodb scan --table-name my-table --max-items 10
Installs
2
GitHub Stars
20
First Seen
Jul 27, 2026
aws-data — whchoi98/aws-skills-for-claude-code