Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Lambda runtime to Python 3.8 #124

Merged
merged 1 commit into from
May 4, 2022
Merged

Update Lambda runtime to Python 3.8 #124

merged 1 commit into from
May 4, 2022

Conversation

glin
Copy link
Contributor

@glin glin commented May 3, 2022

Resolves #121

Update the Lambda runtime to python3.8 (https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html). I can't test an actual deployment yet, but did at least try a dry-run serverless deploy.

The latest available runtime is actually Python 3.9, but it's not supported out-of-box by the serverless-python-requirements plugin yet (serverless/serverless-python-requirements#647). I think there's a workaround for this, but not sure if it's worth the effort.

The latest available runtime is Python 3.9, but it's not supported
out-of-box by the serverless-python-requirements plugin yet.
@glin glin requested a review from jforest May 3, 2022 22:58
Copy link
Contributor

@jforest jforest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A good start anyway, 3.9 can come later!

@glin glin merged commit fc1cba5 into master May 4, 2022
@glin glin deleted the update-lambda-python branch May 4, 2022 16:13
@glin
Copy link
Contributor Author

glin commented May 4, 2022

I deployed this and verified that the builds still work, and the Lambda runtimes for staging/prod now report Python 3.8 in the console.

@jforest
Copy link
Contributor

jforest commented May 5, 2022

I deployed this and verified that the builds still work, and the Lambda runtimes for staging/prod now report Python 3.8 in the console.

Thank you!

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.

Update r-builds serverless project to python 3.8
2 participants