
Create an AWS CDK Python application for Bedrock API with Cognito user management, domain restriction, API request throttling, and quota limits.
git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/apigw-bedrock-cognito-cdkDeploy the stack: <code>cdk deploy</code>Deploy the stack with context variables: <code>cdk deploy --context ORGANIZATION_DOMAIN=@example.com --context API_THROTTLE_RATE_LIMIT=1 --context API_THROTTLE_BURST_LIMIT=2 --context API_QUOTA_LIMIT=25 --contect API_QUOTA_LIMIT=DAY</code>pytestcdk destroy.