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
질문됨 일 년 전542회 조회
1개 답변
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
답변함 일 년 전
profile picture
전문가
검토됨 일 년 전
  • Many thanks!

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠