cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.92k stars 1.45k forks source link

Valid Canary runtime versions are outdated #2220

Closed theofilospan closed 5 months ago

theofilospan commented 5 months ago

Hello,

The current Canary runtime versions are outdated. Under troposphere/validators/synthetics.py the valid versions are the following: ["syn-nodejs-2.0", "syn-nodejs-2.0-beta", "syn-1.0"] The versions syn-nodejs-puppeteer-3.5 to syn-nodejs-puppeteer-3.9 were deprecated on January 8, 2024. (Source)

The current valid versions are the following:

Let's add them to the valid canary runtime versions and replace the old ones.

theofilospan commented 5 months ago

Pull request submitted: https://github.com/cloudtools/troposphere/pull/2221

markpeek commented 5 months ago

Fixed via #2221