In this tutorial we will demonstrate how to handle sensitive data like passwords with docker secrets, where we create a secret and then define the secret for our mysql service on docker swarm so that the container can reference the password inside the cluster.
In this tutorial we will demonstrate how to expire old dynamodb items using a aws dynamodb ttl feature, where we can delete items when they are older than a configurable threshold.