How to Manage Connection Strings in AWS Elastic Beanstalk Multi-Environment Ecosystem
When you have to move your app through multiple environments, connections to databases can be a serious pain.
The Context (and the pain)
I was building an app in ASP[.]NET Core 3.1 with a MySQL database and deployed on AWS with Elastic Beanstalk. In...