Skip to content

Instantly share code, notes, and snippets.

@WoodProgrammer
Created October 30, 2025 07:31
Show Gist options
  • Select an option

  • Save WoodProgrammer/b83580a1d54ce6b1e950a4a17030b6ae to your computer and use it in GitHub Desktop.

Select an option

Save WoodProgrammer/b83580a1d54ce6b1e950a4a17030b6ae to your computer and use it in GitHub Desktop.
runtime.py
response = bedrock_runtime.apply_guardrail(
guardrailIdentifier=guardrail_id,
guardrailVersion='DRAFT',
source='INPUT',
content=[
{
'text': {
'text': 'My email is john.doe@example.com and my SSN is 123-45-6789'
}
}
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment