cloudtools / troposphere

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

Fix valid canary runtime versions #2221

Closed theofilospan closed 8 months ago

theofilospan commented 8 months ago

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.

markpeek commented 8 months ago

Thanks!