aws / aws-lambda-python-runtime-interface-client

Apache License 2.0
255 stars 72 forks source link

Remove invalid images that don't actually build / exist #150

Open m-rph opened 1 month ago

m-rph commented 1 month ago

Context: CodeBuild during batch building generates images that are impossible to build, e.g. alpine 3.13 with python 3.10. Task: Remove invalid alpine combinations. For reference see how this is done for node-js.

NB: This task will be semi reverted once we have a more modern bootstrapping approach for the python environment and we can use a build matrix once more but without relying on the OS to provide the runtime.