AWS Security ChangesHomeSearch

AWS AmazonCloudWatch documentation change

Service: AmazonCloudWatch · 2026-01-28 · Documentation low

File: AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Samples.md

Summary

Updated import statements to use @aws/synthetics-playwright instead of @amzn/synthetics-playwright and require statements to scoped AWS packages

Security assessment

Changes only update package names and import paths. No security advisories, vulnerability fixes, or security feature descriptions were added or modified in the samples.

Diff

diff --git a/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Samples.md b/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Samples.md
index 1b1436d66..e320afbe7 100644
--- a//AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Samples.md
+++ b//AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Samples.md
@@ -18 +18 @@ The following script is an example of a Node.js Playwright canary with multiple
-    import { synthetics } from '@amzn/synthetics-playwright';
+    import { synthetics } from '@aws/synthetics-playwright';
@@ -66 +66 @@ The following script is an example of a Node.js Playwright canary setting three
-    import { synthetics } from '@amzn/synthetics-playwright';
+    import { synthetics } from '@aws/synthetics-playwright';
@@ -107,2 +107,2 @@ For example, a web site might display a **Login** link for a revisiting user ins
-    var synthetics = require('Synthetics');
-    const log = require('SyntheticsLogger');
+    var synthetics = require('@aws/synthetics-puppeteer');
+    const log = require('@aws/synthetics-logger');
@@ -156,2 +156,2 @@ The following sample emulates an iPhone 6 device. For more information about emu
-    var synthetics = require('Synthetics');
-    const log = require('SyntheticsLogger');
+    var synthetics = require('@aws/synthetics-puppeteer');
+    const log = require('@aws/synthetics-logger');
@@ -198,2 +198,2 @@ When this script is used as a canary, you can view details about each step and t
-    var synthetics = require('Synthetics');
-    const log = require('SyntheticsLogger');
+    var synthetics = require('@aws/synthetics-puppeteer');
+    const log = require('@aws/synthetics-logger');