feat: AWS Comprehend PII redaction integration (#290)#459
Open
l8888888 wants to merge 2 commits intoarakoodev:tsfrom
Open
feat: AWS Comprehend PII redaction integration (#290)#459l8888888 wants to merge 2 commits intoarakoodev:tsfrom
l8888888 wants to merge 2 commits intoarakoodev:tsfrom
Conversation
- Add AWSComprehend class for PII detection and redaction - Add RedactionMiddleware for chainable redaction with AI endpoints - Add comprehensive test suite with Jest - Add complete example with 7 use cases - Support custom redaction characters - Support batch processing - Full TypeScript support with type definitions Closes arakoodev#290
- Add demo.js for easy demonstration - Shows all 7 use cases with automatic delays - No AWS credentials required for demo - Ready for video recording or live demo
Author
🎥 Demo VideoDemo video: https://www.loom.com/share/ed2da377d3394fee8a33020a9ccef5a8 The video demonstrates:
All requirements from issue #290 are met and demonstrated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements AWS Comprehend integration for PII detection and redaction in the JavaScript SDK, addressing issue #290.
Features
✅ AWSComprehend Class
✅ RedactionMiddleware
✅ Comprehensive Tests
✅ Complete Example
🎥 Demo
Running the Demo
cd JS/edgechains/examples/aws-comprehend-redaction node demo.jsThis runs a complete demonstration showing:
Demo Output Preview:
Video Demo
A video demonstration will be provided showing the live demo and code walkthrough.
Usage
Testing
Test Results:
Example
Checklist
Related
Closes #290
AWS Resources