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
demandé il y a un an542 vues
1 réponse
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
répondu il y a un an
profile picture
EXPERT
vérifié il y a un an
  • Many thanks!

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions