Upgrade the python version in App Runner Service?

0

Is it possible to upgrade the python version in an App Runner service created from source code repo? If so how? If not, what is the best alternative to run an app that requires python >= 3.10.10 ?

Julian
posta un anno fa542 visualizzazioni
1 Risposta
1

In the AppRunner service configuration (apprunner.yaml) there is an option of a container or runtime version (e.g. runtime: python3.10). You can use a CI/CD pipeline to build a container with the required Python version, then add the container to ECR and import it when creating a new AppRunner service.

More info

profile pictureAWS
con risposta un anno fa
profile picture
ESPERTO
verificato un anno fa
  • Many thanks!

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande