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

Bump Lambda python Runtime to 3.11 #18

Merged
merged 1 commit into from
Mar 17, 2025

Conversation

albertisfu
Copy link
Contributor

@mlissner while building the Lambda for its subsequent deployment using:

sam build --use-container

noticed that it was being built for Python 3.8. However, the AWS runtime for prod is Python 3.11:

Screenshot 2025-03-17 at 10 18 53 a m

It appears that the Lambda function is configured to automatically update the runtime version to the latest one:
Screenshot 2025-03-17 at 10 19 49 a m

In this PR, I updated the template to use Python 3.11, matching the production environment.

@albertisfu albertisfu requested a review from mlissner March 17, 2025 16:27
@mlissner mlissner merged commit 09a6eaa into main Mar 17, 2025
9 checks passed
@mlissner mlissner deleted the update-template-python-runtime-version branch March 17, 2025 23:04
@mlissner
Copy link
Member

Nice, 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.

2 participants