aws-cdk-examples icon indicating copy to clipboard operation
aws-cdk-examples copied to clipboard

feat(python/lambda): event-driven data sync between s3 and efs example

Open Young-ook opened this issue 3 years ago • 0 comments
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

Young-ook avatar Aug 31 '22 01:08 Young-ook