Deploying a REST API with Rust, Diesel, Rocket, and MySQL on Google Cloud Run

from blog cprimozic.net Blog, | ↗ original
Google Cloud has a service called Cloud Run, a platform for running stateless webservers via containers in the cloud. It combines the best aspects of both serverless architecures and hosted container solutions such as Amazon's EKS, making the process of deploying stateless web applications to the cloud easier than ever before. In addition, it's...