You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add secure DynamoDB operations to db-connect CLI
- Add comprehensive DynamoDB connector with list, describe, scan, query, and get-item operations
- Implement security-first design with automatic sensitive field filtering (API keys, secrets, etc.)
- Add DynamoDB dependencies (@aws-sdk/client-dynamodb, @aws-sdk/lib-dynamodb)
- Integrate MFA authentication for DynamoDB access using existing auth system
- Include realistic examples and help text for emergency debugging scenarios
- Update main README with DynamoDB usage examples and security emphasis
Security features:
- All DynamoDB commands automatically hide sensitive fields ([HIDDEN])
- Protected fields: encrypted_api_key, encrypted_secret_key, dek_encrypted, tokens, passwords
- Generic CLI design for reliable emergency access without business logic dependencies
π€ Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments