Skip to content

Conversation

@cwaldbieser
Copy link

The build image and Python runtime seem to be somewhat out of date. It would be great to see the upstream source incorporate these changes so deployers don't have to worry about out of date Lambda runtimes or EOL build images.

My linter also pointed out a few shell issues with quoting, long lines, and dead code. I made those changes as well.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Lint & format.
Lint.
Use modern Python and build image.
Python 3.6 has been EOL for a while now.  The latest Python runtime
supported by Lambda is 3.9.

The build image doesn't seem to be relatively modern, either.  I just
chose the latet Ubuntu LTS image from:

https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html

That image should be good until 2027.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant