You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even when set to `true` there are resources such as S3 buckets/logs that do NOT get deleted and are to be deleted manually.
134
+
135
+
113
136
### Configuring the Canary Script
114
137
115
138
To configure the script the canary executes, use the `test` property. The `test` property accepts a `Test` instance that can be initialized by the `Test` class static methods. Currently, the only implemented method is `Test.custom()`, which allows you to bring your own code. In the future, other methods will be added. `Test.custom()` accepts `code` and `handler` properties -- both are required by Synthetics to create a lambda function on your behalf.
* `syn-python-selenium-1.1` includes the following:
196
+
* - Lambda runtime Python 3.8
197
+
* - Selenium version 3.141.0
198
+
* - Chromium version 83.0.4103.0
199
+
*
200
+
* New Features:
201
+
* - **Custom handler function**: You can now use a custom handler function for your canary scripts.
202
+
* - **Configuration options for adding metrics and step failure configurations**: These options were already available in runtimes for Node.js canaries.
203
+
* - **Custom arguments in Chrome**: You can now open a browser in incognito mode or pass in proxy server configuration.
204
+
* - **Cross-Region artifact buckets**: A canary can store its artifacts in an Amazon S3 bucket in a different Region.
0 commit comments