serverless-architecture / reference-architectures

A community project for capturing, sharing, exploring, and debating the patterns and practices being used in serverless production applications.
https://www.jeremydaly.com/serverless-reference-architectures/
195 stars 26 forks source link

Regulatory Data Archival #6

Open bahrmichael opened 4 years ago

bahrmichael commented 4 years ago

Just had this discussion today with a colleague, about marking data as "expired" or "invalid" in a DynamoDB table and suggested to use TTL > Stream > Lambda > S3 as an alternative if the data will only be used infrequently (e.g. for regulatory access). Do you think this is something worth diving deeper into?

jeremydaly commented 4 years ago

Yes! There is another very good pattern here.