how to protect people's private data code example
Example 1: where do you keep your data
=> in feature files (in UI), JSON FILE, xml files (in API)
Example 2: how to keep data
We use S3 (Simple Storage Service):
- It is Used for file storage, test data storage.
- It Can be used for part of data processing workflow.
- and also it Can also be used as code repository