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

ASG Python 3.8 deprecated, update Lambda #42

Closed
pimielowski opened this issue May 9, 2024 · 1 comment · Fixed by #59
Closed

ASG Python 3.8 deprecated, update Lambda #42

pimielowski opened this issue May 9, 2024 · 1 comment · Fixed by #59
Assignees
Labels
enhancement New feature or request

Comments

@pimielowski
Copy link
Contributor

Is your feature request related to a problem?

Python 3.8 | python3.8 | Amazon Linux 2 | Oct 14, 2024 -- | -- | -- | -- Since AWS announces deprecation of the Python 3.8 it is recommended to update the codebase to Python 3.12+. In this issue, we can also add a feature to handle IPv6 creation of the ENI.

Describe the solution you'd like

Support higher version of the Python

Describe alternatives you've considered.

No response

Additional context

No response

@pimielowski pimielowski added the enhancement New feature or request label May 9, 2024
@sebastianczech
Copy link
Contributor

sebastianczech commented Jul 11, 2024

As module asg uses pan-os-python in version 1.11.0, we cannot use Python 3.12, because there are still opened issues like PaloAltoNetworks/pan-os-python#529. In this feature request Lambda is going to be updated to Python 3.11 (it doesn't have any deprecation date: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html).

For IPv6 support I recommend to open separate feature request as it's different requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants