Api Rbac Test banner
aws-solutions-library-samples aws-solutions-library-samples

Api Rbac Test

Testing community

Description

# API RBAC Test — GenAI IDP Accelerator Use this skill to verify that **every** UI API operation is correctly protected by (a) its required Cognito group(s) and (b) config-version scope, using two complementary layers that share one source of truth: 1. **Static scan** (`make api-test-static`) — no AWS, CI-safe. Cross-checks the op universe, the schema directives, and the expectations file for drift and missing server-side checks. 2. **Dynamic tests** (`make api-test STACK_NAME=<stack>`)

Installation

Installs to ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-api-rbac-test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-api-rbac-test && curl -fsSL https://raw.githubusercontent.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws/HEAD/.claude/skills/api-rbac-test.md -o ~/.claude/skills/aws-solutions-library-samples-accelerated-intelligent-document-processing-on-aws-api-rbac-test/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository