awslabs / amazon-app-runner-deploy

Registers an AWS AppRunner Service and deploys the application using the source code of a given GitHub repository. Supports both source code and Docker image based service
MIT No Attribution
50 stars 32 forks source link

Missing python 3.11 runtime #52

Closed valcarcexyz closed 6 months ago

valcarcexyz commented 6 months ago

The version of the aws-sdk/client-apprunner did not include the python 3.11 runtime, as it was launched on december 2023.

rishiraj88 commented 6 months ago

Nice Catch, @valcarcexyz

valcarcexyz commented 6 months ago

Other interesting thing about this, it is that the new revised configuration for the python 3.11 runtime does no match 1 to 1 to the previous version, so you need to make some cool tricks to be able to install dependencies with the action

valcarcexyz commented 6 months ago

Solved #53