1 Answer
- Newest
- Most votes
- Most comments
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
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
Many thanks!