Moving systems to production is always a hard task to achieve. A production-like system involves many non-functional requirements that we don't normally pay attention to while in the development stage. Lightbend provides a fully managed tool in its commercial product list named ConductR, which makes it easy to deploy and manage Lagom services. Although ConductR is a great tool, it is perfectly possible to run your Lagom services in a standalone mode on any other platform, such as Docker or AWS.
In this recipe, we will talk about the aspects one would need to focus on when deploying Lagom services to production.
If you want to learn more about ConductR, visit https://www.lightbend.com/platform/production.