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

feat(module/asg): Update Lambda runtime to Python 3.11 #59

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

sebastianczech
Copy link
Contributor

Description

PR delivers:

  • changes in Lambda runtime (from Python 3.8 to 3.11)
  • improvements in Lambda code (reformat code, remove target exceptions, adjust lines to 120 characters)

Motivation and Context

Resolves #42.

How Has This Been Tested?

Code was tested in the lab and via ChatOps.

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes if appropriate.
  • All new and existing tests passed.

@sebastianczech
Copy link
Contributor Author

sebastianczech commented Jul 11, 2024

/idempotence paths="examples/combined_design_autoscale examples/isolated_design_autoscale examples/centralized_design_autoscale"

Testing job ID: 9888425669
Job result: SUCCESS

@sebastianczech sebastianczech marked this pull request as ready for review July 11, 2024 09:03
@sebastianczech sebastianczech requested a review from a team as a code owner July 11, 2024 09:03
@sebastianczech sebastianczech merged commit 2de1226 into main Jul 11, 2024
64 checks passed
@sebastianczech sebastianczech deleted the update-python-42 branch July 11, 2024 12:49
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.

ASG Python 3.8 deprecated, update Lambda
2 participants