We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd92da commit 0155776Copy full SHA for 0155776
packages/aws-cdk-lib/aws-synthetics/lib/runtime.ts
@@ -190,7 +190,7 @@ export class Runtime {
190
* - **Ephemeral storage monitoring**: This runtime adds ephemeral storage monitoring in customer accounts.
191
* - **Bug fixes**
192
*
193
- * @see https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-6.1
+ * @see https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-6.2
194
*/
195
public static readonly SYNTHETICS_NODEJS_PUPPETEER_6_2 = new Runtime('syn-nodejs-puppeteer-6.2', RuntimeFamily.NODEJS);
196
0 commit comments