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
gefragt vor einem Jahr542 Aufrufe
1 Antwort
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
beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor einem Jahr
  • Many thanks!

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen