aws-cdk-examples
aws-cdk-examples copied to clipboard
feat(python/lambda): event-driven data sync between s3 and efs example
trafficstars
Describe the feature
This is a sample code for an event-driven job that deletes data from both S3 bucket and EFS simultaneously.
Use Case
If you use SageMaker, EFS, or S3 for ML training, you may need to immediately delete files from your S3 bucket and EFS if a user requests deletion of sensitive personal data. This is a sample code for an event-driven job that deletes data from both S3 bucket and EFS simultaneously.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- [X] I may be able to implement this feature request
- [ ] This feature might incur a breaking change
Language
Python