Associate
Hey,
Probably not correct sub forum, but seemed most appropriate.
Very interested in guidance on best practices, cloud frameworks or services to help manage multiple (potential hundreds) custom variations of Python/Flask software for deployment to cloud.
Traditionally one solution could have been a config file that determines correct class instance according to logged-on client at runtime, but this runtime solution doesnt address supporting the deployment of custom variants to a client instance, nor does it easily help identify the code variants associated with a client.
I'm thinking in this day of cloud, FaaS (function as a service) etc there must be smarter ways. Grateful for any input from OcUKers
Probably not correct sub forum, but seemed most appropriate.
Very interested in guidance on best practices, cloud frameworks or services to help manage multiple (potential hundreds) custom variations of Python/Flask software for deployment to cloud.
Traditionally one solution could have been a config file that determines correct class instance according to logged-on client at runtime, but this runtime solution doesnt address supporting the deployment of custom variants to a client instance, nor does it easily help identify the code variants associated with a client.
I'm thinking in this day of cloud, FaaS (function as a service) etc there must be smarter ways. Grateful for any input from OcUKers