Amazon DynamoDB is a fully managed service provided by AWS that enables developers to quickly store data for their applications. In this article, I will showcase how to implement version control in DynamoDB for recording changes to data over time. What is version control in DynamoDB DynamoDB does not support native version control on a per-item basis. If you need to record changes to your data over time, it must be handled via the application.