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

synthetics: synthetics python selenium 4.0 missing in Runtime options #31218

Closed
1 task
espixxl opened this issue Aug 26, 2024 · 4 comments
Closed
1 task

synthetics: synthetics python selenium 4.0 missing in Runtime options #31218

espixxl opened this issue Aug 26, 2024 · 4 comments
Assignees
Labels
@aws-cdk/aws-synthetics Related to Amazon CloudWatch Synthetics bug This issue is a bug. effort/small Small work item – less than a day of effort p2

Comments

@espixxl
Copy link

espixxl commented Aug 26, 2024

Describe the bug

Latests selenium python runtime for canaries available in the library is based on Python 8 which will get deprecated on 14th October 2024. In order to upgrade canaries, AWS recently released the Runtime syn-python-selenium-4.0 which uses Python 3.9, but this is still not available in the latest cdk-lib version v2.154.1.

image

Regression Issue

  • Select this option if this issue appears to be a regression.

Last Known Working CDK Version

No response

Expected Behavior

All available runtimes using console are also available in the cdk lib

Current Behavior

Is not possible to upgrade existing canaries in an automated way to use a non deprecated Python version runtime

Reproduction Steps

For existing canaries, navigate to AWS Cloudwatch -> Synthetics, select the synthetic and on Actions -> Upgrade Runtime and there is the new runtime available.

Possible Solution

Include the already available canary runtime described in this ticket into a new release of the cdk lib

Additional Information/Context

No response

CDK CLI Version

v2.154.1

Framework Version

No response

Node.js Version

v2.154.1.

OS

cdk

Language

TypeScript

Language Version

No response

Other information

No response

@espixxl espixxl added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Aug 26, 2024
@github-actions github-actions bot added the @aws-cdk/aws-synthetics Related to Amazon CloudWatch Synthetics label Aug 26, 2024
@ashishdhingra ashishdhingra self-assigned this Aug 26, 2024
@ashishdhingra ashishdhingra added investigating This issue is being investigated and/or work is in progress to resolve the issue. p2 and removed needs-triage This issue or PR still needs to be triaged. labels Aug 26, 2024
@ashishdhingra
Copy link
Contributor

@ashishdhingra ashishdhingra added effort/small Small work item – less than a day of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Aug 26, 2024
@ashishdhingra
Copy link
Contributor

ashishdhingra commented Aug 27, 2024

Existing PR #31101 merged which closed issue #30137. The changes would be available in next AWS CDK lib version.

@ashishdhingra
Copy link
Contributor

Closing this issue since related PR #31101 is merged.

Copy link

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
@aws-cdk/aws-synthetics Related to Amazon CloudWatch Synthetics bug This issue is a bug. effort/small Small work item – less than a day of effort p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@espixxl @ashishdhingra and others