Skip to content

feat(synthetics): add 5.0 and 5.1 python canary runtimes #34254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 7, 2025

Conversation

armujahid
Copy link
Contributor

@armujahid armujahid commented Apr 25, 2025

Issue # (if applicable)

Closes #34252

Reason for this change

Description of changes

add SYNTHETICS_PYTHON_SELENIUM_5_0 and SYNTHETICS_PYTHON_SELENIUM_5_1

https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_python_selenium.html

Description of how you validated changes

Unit tests (passing):

cd packages/aws-cdk-lib
yarn test aws-synthetics

Integration tests (failing with "Could not unzip uploaded file. Please check your file, then try to upload again" and snapshots aren't generating for me to commit):

cd packages/@aws-cdk-testing/framework-integ
yarn integ test/aws-synthetics/test/integ.canary.js --update-on-failed

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added the beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK label Apr 25, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team April 25, 2025 07:02
@github-actions github-actions bot added feature-request A feature should be added or improved. p2 labels Apr 25, 2025
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This review is outdated)

@armujahid
Copy link
Contributor Author

armujahid commented Apr 25, 2025

Exemption Request: I think updating the README is unnecessary, as this only involves adding values to an enum.

@aws-cdk-automation aws-cdk-automation added the pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback. label Apr 25, 2025
@armujahid
Copy link
Contributor Author

armujahid commented Apr 25, 2025

Can someone check the integration tests snap shot generation? Right now those are failing and not generating the updated snapshots. this is what I am doing

cd packages/@aws-cdk-testing/framework-integ
yarn integ test/aws-synthetics/test/integ.canary.js --update-on-failed

Bellow is the output of my two attempts:

Attempt # 1: Error: "Could not unzip uploaded file. Please check your file, then try to upload again" -> Stack destroy failed due to some files in s3 bucket which I manually removed and destroyed the stack

yarn run v1.22.22
$ integ-runner --language javascript test/aws-synthetics/test/integ.canary.js --update-on-failed

Verifying integration test snapshots...

  CHANGED    aws-synthetics/test/integ.canary 4.596s
      IAM Statement Changes
┌───┬───────────────────────────────────────────────────────────────────────────────────────────┬────────┬──────────────────────────┬───────────────────────────────────────────────┬──────────────────────────────────────────────────┐
│   │ Resource                                                                                  │ Effect │ Action                   │ Principal                                     │ Condition                                        │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium50ArtifactsBucketBC77647F.Arn}                                         │ Allow  │ s3:GetBucketLocation     │ AWS:${SynPythonSelenium50ServiceRole3DA08A89} │                                                  │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium50ArtifactsBucketBC77647F.Arn}                                         │ Deny   │ s3:*                     │ AWS:*                                         │ "Bool": {                                        │
│   │ ${SynPythonSelenium50ArtifactsBucketBC77647F.Arn}/*                                       │        │                          │                                               │   "aws:SecureTransport": "false"                 │
│   │                                                                                           │        │                          │                                               │ }                                                │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium50ArtifactsBucketBC77647F.Arn}/*                                       │ Allow  │ s3:PutObject             │ AWS:${SynPythonSelenium50ServiceRole3DA08A89} │                                                  │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium50ServiceRole3DA08A89.Arn}                                             │ Allow  │ sts:AssumeRole           │ Service:lambda.amazonaws.com                  │                                                  │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium51ArtifactsBucket21D5A4E4.Arn}                                         │ Allow  │ s3:GetBucketLocation     │ AWS:${SynPythonSelenium51ServiceRole1A5B5B28} │                                                  │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium51ArtifactsBucket21D5A4E4.Arn}                                         │ Deny   │ s3:*                     │ AWS:*                                         │ "Bool": {                                        │
│   │ ${SynPythonSelenium51ArtifactsBucket21D5A4E4.Arn}/*                                       │        │                          │                                               │   "aws:SecureTransport": "false"                 │
│   │                                                                                           │        │                          │                                               │ }                                                │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium51ArtifactsBucket21D5A4E4.Arn}/*                                       │ Allow  │ s3:PutObject             │ AWS:${SynPythonSelenium51ServiceRole1A5B5B28} │                                                  │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium51ServiceRole1A5B5B28.Arn}                                             │ Allow  │ sts:AssumeRole           │ Service:lambda.amazonaws.com                  │                                                  │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ *                                                                                         │ Allow  │ s3:ListAllMyBuckets      │ AWS:${SynPythonSelenium50ServiceRole3DA08A89} │                                                  │
│ + │ *                                                                                         │ Allow  │ cloudwatch:PutMetricData │ AWS:${SynPythonSelenium50ServiceRole3DA08A89} │ "StringEquals": {                                │
│   │                                                                                           │        │                          │                                               │   "cloudwatch:namespace": "CloudWatchSynthetics" │
│   │                                                                                           │        │                          │                                               │ }                                                │
│ + │ *                                                                                         │ Allow  │ s3:ListAllMyBuckets      │ AWS:${SynPythonSelenium51ServiceRole1A5B5B28} │                                                  │
│ + │ *                                                                                         │ Allow  │ cloudwatch:PutMetricData │ AWS:${SynPythonSelenium51ServiceRole1A5B5B28} │ "StringEquals": {                                │
│   │                                                                                           │        │                          │                                               │   "cloudwatch:namespace": "CloudWatchSynthetics" │
│   │                                                                                           │        │                          │                                               │ }                                                │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/lambda/cwsyn-* │ Allow  │ logs:CreateLogGroup      │ AWS:${SynPythonSelenium50ServiceRole3DA08A89} │                                                  │
│   │                                                                                           │        │ logs:CreateLogStream     │                                               │                                                  │
│   │                                                                                           │        │ logs:PutLogEvents        │                                               │                                                  │
│ + │ arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/lambda/cwsyn-* │ Allow  │ logs:CreateLogGroup      │ AWS:${SynPythonSelenium51ServiceRole1A5B5B28} │                                                  │
│   │                                                                                           │        │ logs:CreateLogStream     │                                               │                                                  │
│   │                                                                                           │        │ logs:PutLogEvents        │                                               │                                                  │
└───┴───────────────────────────────────────────────────────────────────────────────────────────┴────────┴──────────────────────────┴───────────────────────────────────────────────┴──────────────────────────────────────────────────┘
(NOTE: There may be security-related changes not in this list. See https://github.com/aws/aws-cdk/issues/1299)

Resources
[+] AWS::S3::Bucket SynPythonSelenium50ArtifactsBucketBC77647F
[+] AWS::S3::BucketPolicy SynPythonSelenium50ArtifactsBucketPolicy5A056433
[+] AWS::IAM::Role SynPythonSelenium50ServiceRole3DA08A89
[+] AWS::Synthetics::Canary SynPythonSelenium50688BA819
[+] Custom::SyntheticsAutoDeleteUnderlyingResources SynPythonSelenium50AutoDeleteUnderlyingResourcesCustomResourceBECFAABC
[+] AWS::S3::Bucket SynPythonSelenium51ArtifactsBucket21D5A4E4
[+] AWS::S3::BucketPolicy SynPythonSelenium51ArtifactsBucketPolicy87EA4873
[+] AWS::IAM::Role SynPythonSelenium51ServiceRole1A5B5B28
[+] AWS::Synthetics::Canary SynPythonSelenium51D68DAB66
[+] Custom::SyntheticsAutoDeleteUnderlyingResources SynPythonSelenium51AutoDeleteUnderlyingResourcesCustomResource79CD87C3

Outputs
[+] Output ExportsOutputRefSynPythonSelenium50688BA81957078E2E: {"Value":{"Ref":"SynPythonSelenium50688BA819"},"Export":{"Name":"canary-one:ExportsOutputRefSynPythonSelenium50688BA81957078E2E"}}
[+] Output ExportsOutputRefSynPythonSelenium51D68DAB6638A944F0: {"Value":{"Ref":"SynPythonSelenium51D68DAB66"},"Export":{"Name":"canary-one:ExportsOutputRefSynPythonSelenium51D68DAB6638A944F0"}}



Snapshot Results: 

Tests:    1 failed, 1 total
Failed: /home/arm/repos/aws-cdk/packages/@aws-cdk-testing/framework-integ/test/aws-synthetics/test/integ.canary.js

Running integration tests for failed tests...

Running in parallel across regions: us-east-1, us-east-2, us-west-2
Running test /home/arm/repos/aws-cdk/packages/@aws-cdk-testing/framework-integ/test/aws-synthetics/test/integ.canary.js in us-east-1

✨  Synthesis time: 0.14s

canary-one: start: Building canary-one/Custom::S3AutoDeleteObjectsCustomResourceProvider Code
canary-one: success: Built canary-one/Custom::S3AutoDeleteObjectsCustomResourceProvider Code
canary-one: start: Building canary-one/Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider Code
canary-one: success: Built canary-one/Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider Code
canary-one: start: Building DirectoryAsset/Code
canary-one: success: Built DirectoryAsset/Code
canary-one: start: Building ZipAsset/Code
canary-one: success: Built ZipAsset/Code
canary-one: start: Building canary-one Template
canary-one: success: Built canary-one Template
canary-one: start: Publishing canary-one/Custom::S3AutoDeleteObjectsCustomResourceProvider Code (current_account-current_region)
canary-one: start: Publishing canary-one/Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider Code (current_account-current_region)
canary-one: start: Publishing canary-one Template (current_account-current_region)
canary-one: start: Publishing ZipAsset/Code (current_account-current_region)
canary-one: start: Publishing DirectoryAsset/Code (current_account-current_region)
canary-one: success: Published canary-one/Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider Code (current_account-current_region)
canary-one: success: Published canary-one/Custom::S3AutoDeleteObjectsCustomResourceProvider Code (current_account-current_region)
canary-one: success: Published DirectoryAsset/Code (current_account-current_region)
canary-one: success: Published ZipAsset/Code (current_account-current_region)
canary-one: success: Published canary-one Template (current_account-current_region)
canary-one: deploying... [1/1]
canary-one: creating CloudFormation changeset...
canary-one |  0/90 | 1:03:46 PM | REVIEW_IN_PROGRESS   | AWS::CloudFormation::Stack                      | canary-one User Initiated
canary-one |  0/90 | 1:03:56 PM | CREATE_IN_PROGRESS   | AWS::CloudFormation::Stack                      | canary-one User Initiated
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer52/ArtifactsBucket (SynNodejsPuppeteer52ArtifactsBucket78DA2C5A) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider/Role (CustomSyntheticsAutoDeleteUnderlyingResourcesCustomResourceProviderRole2D11A112) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium40/ArtifactsBucket (SynPythonSelenium40ArtifactsBucketE0BB1A15) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucket15738B6B) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | DirectoryAsset/ArtifactsBucket (DirectoryAssetArtifactsBucketA79AFD6C) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer80/ArtifactsBucket (SynNodejsPuppeteer80ArtifactsBucket5177BBC8) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium41/ArtifactsBucket (SynPythonSelenium41ArtifactsBucket002B72CA) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium21/ArtifactsBucket (SynPythonSelenium21ArtifactsBucket889F10E3) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::RestApi                        | ApiGateway (ApiGateway11E7F47B) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer91/ArtifactsBucket (SynNodejsPuppeteer91ArtifactsBucketFED9F6CE) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | FolderAsset/ArtifactsBucket (FolderAssetArtifactsBucket4233584C) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer90/ArtifactsBucket (SynNodejsPuppeteer90ArtifactsBucket8786E2CC) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | ZipAsset/ArtifactsBucket (ZipAssetArtifactsBucket8D4ED76C) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer62/ArtifactsBucket (SynNodejsPuppeteer62ArtifactsBucket8BF029F1) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium30/ArtifactsBucket (SynPythonSelenium30ArtifactsBucket4B78D3B9) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | Custom::S3AutoDeleteObjectsCustomResourceProvider/Role (CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer70/ArtifactsBucket (SynNodejsPuppeteer70ArtifactsBucket646D6465) 
canary-one |  0/90 | 1:04:00 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPlaywright10/ArtifactsBucket (SynNodejsPlaywright10ArtifactsBucket0BEF234F) 
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | Custom::S3AutoDeleteObjectsCustomResourceProvider/Role (CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092) Resource creation Initiated
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer80/ArtifactsBucket (SynNodejsPuppeteer80ArtifactsBucket5177BBC8) Resource creation Initiated
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium40/ArtifactsBucket (SynPythonSelenium40ArtifactsBucketE0BB1A15) Resource creation Initiated
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider/Role (CustomSyntheticsAutoDeleteUnderlyingResourcesCustomResourceProviderRole2D11A112) Resource creation Initiated
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer52/ArtifactsBucket (SynNodejsPuppeteer52ArtifactsBucket78DA2C5A) Resource creation Initiated
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer91/ArtifactsBucket (SynNodejsPuppeteer91ArtifactsBucketFED9F6CE) Resource creation Initiated
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | ZipAsset/ArtifactsBucket (ZipAssetArtifactsBucket8D4ED76C) Resource creation Initiated
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer90/ArtifactsBucket (SynNodejsPuppeteer90ArtifactsBucket8786E2CC) Resource creation Initiated
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer70/ArtifactsBucket (SynNodejsPuppeteer70ArtifactsBucket646D6465) Resource creation Initiated
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer62/ArtifactsBucket (SynNodejsPuppeteer62ArtifactsBucket8BF029F1) Resource creation Initiated
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) Resource creation Initiated
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium21/ArtifactsBucket (SynPythonSelenium21ArtifactsBucket889F10E3) Resource creation Initiated
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium41/ArtifactsBucket (SynPythonSelenium41ArtifactsBucket002B72CA) Resource creation Initiated
canary-one |  0/90 | 1:04:01 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | FolderAsset/ArtifactsBucket (FolderAssetArtifactsBucket4233584C) Resource creation Initiated
canary-one |  0/90 | 1:04:02 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | DirectoryAsset/ArtifactsBucket (DirectoryAssetArtifactsBucketA79AFD6C) Resource creation Initiated
canary-one |  0/90 | 1:04:02 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPlaywright10/ArtifactsBucket (SynNodejsPlaywright10ArtifactsBucket0BEF234F) Resource creation Initiated
canary-one |  0/90 | 1:04:02 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucket15738B6B) Resource creation Initiated
canary-one |  0/90 | 1:04:02 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::RestApi                        | ApiGateway (ApiGateway11E7F47B) Resource creation Initiated
canary-one |  0/90 | 1:04:02 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium30/ArtifactsBucket (SynPythonSelenium30ArtifactsBucket4B78D3B9) Resource creation Initiated
canary-one |  1/90 | 1:04:02 PM | CREATE_COMPLETE      | AWS::ApiGateway::RestApi                        | ApiGateway (ApiGateway11E7F47B) 
canary-one |  1/90 | 1:04:03 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::Method                         | ApiGateway/Default/GET (ApiGatewayGET25EBFEA3) 
canary-one |  1/90 | 1:04:04 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::Method                         | ApiGateway/Default/GET (ApiGatewayGET25EBFEA3) Resource creation Initiated
canary-one |  2/90 | 1:04:06 PM | CREATE_COMPLETE      | AWS::ApiGateway::Method                         | ApiGateway/Default/GET (ApiGatewayGET25EBFEA3) 
canary-one |  2/90 | 1:04:07 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::Deployment                     | ApiGateway/Deployment (ApiGatewayDeploymentA26796E849bfdafc1a375345a13992f6e2987daf) 
canary-one |  2/90 | 1:04:08 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::Deployment                     | ApiGateway/Deployment (ApiGatewayDeploymentA26796E849bfdafc1a375345a13992f6e2987daf) Resource creation Initiated
canary-one |  3/90 | 1:04:09 PM | CREATE_COMPLETE      | AWS::ApiGateway::Deployment                     | ApiGateway/Deployment (ApiGatewayDeploymentA26796E849bfdafc1a375345a13992f6e2987daf) 
canary-one |  3/90 | 1:04:10 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::Stage                          | ApiGateway/DeploymentStage.prod (ApiGatewayDeploymentStageprod1C6D5CD6) 
canary-one |  3/90 | 1:04:11 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::Stage                          | ApiGateway/DeploymentStage.prod (ApiGatewayDeploymentStageprod1C6D5CD6) Resource creation Initiated
canary-one |  4/90 | 1:04:13 PM | CREATE_COMPLETE      | AWS::ApiGateway::Stage                          | ApiGateway/DeploymentStage.prod (ApiGatewayDeploymentStageprod1C6D5CD6) 
canary-one |  5/90 | 1:04:14 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynPythonSelenium40/ArtifactsBucket (SynPythonSelenium40ArtifactsBucketE0BB1A15) 
canary-one |  6/90 | 1:04:14 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPuppeteer52/ArtifactsBucket (SynNodejsPuppeteer52ArtifactsBucket78DA2C5A) 
canary-one |  7/90 | 1:04:14 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPuppeteer80/ArtifactsBucket (SynNodejsPuppeteer80ArtifactsBucket5177BBC8) 
canary-one |  8/90 | 1:04:14 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPuppeteer70/ArtifactsBucket (SynNodejsPuppeteer70ArtifactsBucket646D6465) 
canary-one |  9/90 | 1:04:14 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPlaywright10/ArtifactsBucket (SynNodejsPlaywright10ArtifactsBucket0BEF234F) 
canary-one | 10/90 | 1:04:14 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) 
canary-one | 11/90 | 1:04:15 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | DirectoryAsset/ArtifactsBucket (DirectoryAssetArtifactsBucketA79AFD6C) 
canary-one | 12/90 | 1:04:15 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPuppeteer91/ArtifactsBucket (SynNodejsPuppeteer91ArtifactsBucketFED9F6CE) 
canary-one | 13/90 | 1:04:15 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynPythonSelenium21/ArtifactsBucket (SynPythonSelenium21ArtifactsBucket889F10E3) 
canary-one | 14/90 | 1:04:15 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynPythonSelenium41/ArtifactsBucket (SynPythonSelenium41ArtifactsBucket002B72CA) 
canary-one | 15/90 | 1:04:15 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | FolderAsset/ArtifactsBucket (FolderAssetArtifactsBucket4233584C) 
canary-one | 16/90 | 1:04:15 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPuppeteer90/ArtifactsBucket (SynNodejsPuppeteer90ArtifactsBucket8786E2CC) 
canary-one | 17/90 | 1:04:15 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPuppeteer62/ArtifactsBucket (SynNodejsPuppeteer62ArtifactsBucket8BF029F1) 
canary-one | 18/90 | 1:04:15 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucket15738B6B) 
canary-one | 19/90 | 1:04:15 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynPythonSelenium30/ArtifactsBucket (SynPythonSelenium30ArtifactsBucket4B78D3B9) 
canary-one | 20/90 | 1:04:15 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | ZipAsset/ArtifactsBucket (ZipAssetArtifactsBucket8D4ED76C) 
canary-one | 20/90 | 1:04:15 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium40/ArtifactsBucket/Policy (SynPythonSelenium40ArtifactsBucketPolicy8A526829) 
canary-one | 20/90 | 1:04:15 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer52/ServiceRole (SynNodejsPuppeteer52ServiceRole2298F142) 
canary-one | 20/90 | 1:04:15 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer52/ArtifactsBucket/Policy (SynNodejsPuppeteer52ArtifactsBucketPolicy0F03DBAC) 
canary-one | 20/90 | 1:04:15 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer80/ServiceRole (SynNodejsPuppeteer80ServiceRole0E16E509) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer80/ArtifactsBucket/Policy (SynNodejsPuppeteer80ArtifactsBucketPolicy5D5182F2) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium40/ServiceRole (SynPythonSelenium40ServiceRole48784551) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPlaywright10/ServiceRole (SynNodejsPlaywright10ServiceRole0BA4E2F2) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10/ArtifactsBucket/Policy (SynNodejsPlaywright10ArtifactsBucketPolicy6B84E5D0) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer70/ArtifactsBucket/Policy (SynNodejsPuppeteer70ArtifactsBucketPolicyC17D7D41) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer70/ServiceRole (SynNodejsPuppeteer70ServiceRoleE56E5399) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | InlineAsset/ServiceRole (InlineAssetServiceRole90EB5484) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium21/ArtifactsBucket/Policy (SynPythonSelenium21ArtifactsBucketPolicy8DB00696) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | DirectoryAsset/ArtifactsBucket/Policy (DirectoryAssetArtifactsBucketPolicy6F51B03A) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | DirectoryAsset/ServiceRole (DirectoryAssetServiceRole6C204C16) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer91/ArtifactsBucket/Policy (SynNodejsPuppeteer91ArtifactsBucketPolicyE12325E8) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium21/ServiceRole (SynPythonSelenium21ServiceRoleB0530FDC) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer90/ServiceRole (SynNodejsPuppeteer90ServiceRole4C46C1F6) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer91/ServiceRole (SynNodejsPuppeteer91ServiceRole43CCD563) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium41/ServiceRole (SynPythonSelenium41ServiceRoleE9738635) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | FolderAsset/ServiceRole (FolderAssetServiceRole87AE7EF1) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | FolderAsset/ArtifactsBucket/Policy (FolderAssetArtifactsBucketPolicy8A05616A) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer90/ArtifactsBucket/Policy (SynNodejsPuppeteer90ArtifactsBucketPolicyCEB4F82B) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer62/ArtifactsBucket/Policy (SynNodejsPuppeteer62ArtifactsBucketPolicyC32C22F0) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPlaywright10playwrightCanaryHandler/ServiceRole (SynNodejsPlaywright10playwrightCanaryHandlerServiceRole7A9115C7) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium41/ArtifactsBucket/Policy (SynPythonSelenium41ArtifactsBucketPolicyCBD60284) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer62/ServiceRole (SynNodejsPuppeteer62ServiceRole12338448) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket/Policy (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucketPolicy8247160A) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium30/ServiceRole (SynPythonSelenium30ServiceRole73B0A848) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium30/ArtifactsBucket/Policy (SynPythonSelenium30ArtifactsBucketPolicy8D6F24A3) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer52/ServiceRole (SynNodejsPuppeteer52ServiceRole2298F142) Resource creation Initiated
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | ZipAsset/ArtifactsBucket/Policy (ZipAssetArtifactsBucketPolicy14B38CC6) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer52/ArtifactsBucket/Policy (SynNodejsPuppeteer52ArtifactsBucketPolicy0F03DBAC) Resource creation Initiated
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPlaywright10/ServiceRole (SynNodejsPlaywright10ServiceRole0BA4E2F2) Resource creation Initiated
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer80/ServiceRole (SynNodejsPuppeteer80ServiceRole0E16E509) Resource creation Initiated
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | ZipAsset/ServiceRole (ZipAssetServiceRole4F096552) 
canary-one | 20/90 | 1:04:16 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium40/ServiceRole (SynPythonSelenium40ServiceRole48784551) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10/ArtifactsBucket/Policy (SynNodejsPlaywright10ArtifactsBucketPolicy6B84E5D0) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | InlineAsset/ServiceRole (InlineAssetServiceRole90EB5484) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer80/ArtifactsBucket/Policy (SynNodejsPuppeteer80ArtifactsBucketPolicy5D5182F2) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium21/ServiceRole (SynPythonSelenium21ServiceRoleB0530FDC) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer70/ServiceRole (SynNodejsPuppeteer70ServiceRoleE56E5399) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | DirectoryAsset/ArtifactsBucket/Policy (DirectoryAssetArtifactsBucketPolicy6F51B03A) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | DirectoryAsset/ServiceRole (DirectoryAssetServiceRole6C204C16) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium21/ArtifactsBucket/Policy (SynPythonSelenium21ArtifactsBucketPolicy8DB00696) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer90/ServiceRole (SynNodejsPuppeteer90ServiceRole4C46C1F6) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer91/ServiceRole (SynNodejsPuppeteer91ServiceRole43CCD563) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | FolderAsset/ServiceRole (FolderAssetServiceRole87AE7EF1) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer70/ArtifactsBucket/Policy (SynNodejsPuppeteer70ArtifactsBucketPolicyC17D7D41) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer91/ArtifactsBucket/Policy (SynNodejsPuppeteer91ArtifactsBucketPolicyE12325E8) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium41/ServiceRole (SynPythonSelenium41ServiceRoleE9738635) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium40/ArtifactsBucket/Policy (SynPythonSelenium40ArtifactsBucketPolicy8A526829) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer62/ServiceRole (SynNodejsPuppeteer62ServiceRole12338448) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPlaywright10playwrightCanaryHandler/ServiceRole (SynNodejsPlaywright10playwrightCanaryHandlerServiceRole7A9115C7) Resource creation Initiated
canary-one | 20/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium41/ArtifactsBucket/Policy (SynPythonSelenium41ArtifactsBucketPolicyCBD60284) Resource creation Initiated
canary-one | 21/90 | 1:04:17 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer52/ArtifactsBucket/Policy (SynNodejsPuppeteer52ArtifactsBucketPolicy0F03DBAC) 
canary-one | 21/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | FolderAsset/ArtifactsBucket/Policy (FolderAssetArtifactsBucketPolicy8A05616A) Resource creation Initiated
canary-one | 22/90 | 1:04:17 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10/ArtifactsBucket/Policy (SynNodejsPlaywright10ArtifactsBucketPolicy6B84E5D0) 
canary-one | 22/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer62/ArtifactsBucket/Policy (SynNodejsPuppeteer62ArtifactsBucketPolicyC32C22F0) Resource creation Initiated
canary-one | 22/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium30/ArtifactsBucket/Policy (SynPythonSelenium30ArtifactsBucketPolicy8D6F24A3) Resource creation Initiated
canary-one | 22/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket/Policy (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucketPolicy8247160A) Resource creation Initiated
canary-one | 23/90 | 1:04:17 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer80/ArtifactsBucket/Policy (SynNodejsPuppeteer80ArtifactsBucketPolicy5D5182F2) 
canary-one | 24/90 | 1:04:17 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | DirectoryAsset/ArtifactsBucket/Policy (DirectoryAssetArtifactsBucketPolicy6F51B03A) 
canary-one | 24/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | ZipAsset/ArtifactsBucket/Policy (ZipAssetArtifactsBucketPolicy14B38CC6) Resource creation Initiated
canary-one | 25/90 | 1:04:17 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium21/ArtifactsBucket/Policy (SynPythonSelenium21ArtifactsBucketPolicy8DB00696) 
canary-one | 25/90 | 1:04:17 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | ZipAsset/ServiceRole (ZipAssetServiceRole4F096552) Resource creation Initiated
canary-one | 26/90 | 1:04:17 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer91/ArtifactsBucket/Policy (SynNodejsPuppeteer91ArtifactsBucketPolicyE12325E8) 
canary-one | 27/90 | 1:04:17 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium41/ArtifactsBucket/Policy (SynPythonSelenium41ArtifactsBucketPolicyCBD60284) 
canary-one | 28/90 | 1:04:18 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer70/ArtifactsBucket/Policy (SynNodejsPuppeteer70ArtifactsBucketPolicyC17D7D41) 
canary-one | 29/90 | 1:04:18 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | FolderAsset/ArtifactsBucket/Policy (FolderAssetArtifactsBucketPolicy8A05616A) 
canary-one | 30/90 | 1:04:18 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | Custom::S3AutoDeleteObjectsCustomResourceProvider/Role (CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092) 
canary-one | 31/90 | 1:04:18 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer62/ArtifactsBucket/Policy (SynNodejsPuppeteer62ArtifactsBucketPolicyC32C22F0) 
canary-one | 32/90 | 1:04:18 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium40/ArtifactsBucket/Policy (SynPythonSelenium40ArtifactsBucketPolicy8A526829) 
canary-one | 33/90 | 1:04:18 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider/Role (CustomSyntheticsAutoDeleteUnderlyingResourcesCustomResourceProviderRole2D11A112) 
canary-one | 34/90 | 1:04:18 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium30/ArtifactsBucket/Policy (SynPythonSelenium30ArtifactsBucketPolicy8D6F24A3) 
canary-one | 35/90 | 1:04:18 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket/Policy (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucketPolicy8247160A) 
canary-one | 36/90 | 1:04:18 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | ZipAsset/ArtifactsBucket/Policy (ZipAssetArtifactsBucketPolicy14B38CC6) 
canary-one | 36/90 | 1:04:18 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | MyTestBucket/Policy (MyTestBucketPolicyE11AF29F) 
canary-one | 36/90 | 1:04:19 PM | CREATE_IN_PROGRESS   | AWS::Lambda::Function                           | Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler (CustomS3AutoDeleteObjectsCustomResourceProviderHandler9D90184F) 
canary-one | 36/90 | 1:04:19 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium30/ServiceRole (SynPythonSelenium30ServiceRole73B0A848) Resource creation Initiated
canary-one | 36/90 | 1:04:19 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | MyTestBucket/Policy (MyTestBucketPolicyE11AF29F) Resource creation Initiated
canary-one | 37/90 | 1:04:20 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | MyTestBucket/Policy (MyTestBucketPolicyE11AF29F) 
canary-one | 37/90 | 1:04:20 PM | CREATE_IN_PROGRESS   | AWS::Lambda::Function                           | Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler (CustomS3AutoDeleteObjectsCustomResourceProviderHandler9D90184F) Resource creation Initiated
canary-one | 37/90 | 1:04:21 PM | CREATE_IN_PROGRESS   | AWS::Lambda::Function                           | Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler (CustomS3AutoDeleteObjectsCustomResourceProviderHandler9D90184F) Eventual consistency check initiated
canary-one | 37/90 | 1:04:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer90/ArtifactsBucket/Policy (SynNodejsPuppeteer90ArtifactsBucketPolicyCEB4F82B) Resource creation Initiated
canary-one | 38/90 | 1:04:23 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer90/ArtifactsBucket/Policy (SynNodejsPuppeteer90ArtifactsBucketPolicyCEB4F82B) 
canary-one | 39/90 | 1:04:26 PM | CREATE_COMPLETE      | AWS::Lambda::Function                           | Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler (CustomS3AutoDeleteObjectsCustomResourceProviderHandler9D90184F) 
canary-one | 39/90 | 1:04:27 PM | CREATE_IN_PROGRESS   | Custom::S3AutoDeleteObjects                     | MyTestBucket/AutoDeleteObjectsCustomResource/Default (MyTestBucketAutoDeleteObjectsCustomResource1E1AC890) 
canary-one | 39/90 | 1:04:29 PM | CREATE_IN_PROGRESS   | Custom::S3AutoDeleteObjects                     | MyTestBucket/AutoDeleteObjectsCustomResource/Default (MyTestBucketAutoDeleteObjectsCustomResource1E1AC890) Resource creation Initiated
canary-one | 40/90 | 1:04:29 PM | CREATE_COMPLETE      | Custom::S3AutoDeleteObjects                     | MyTestBucket/AutoDeleteObjectsCustomResource/Default (MyTestBucketAutoDeleteObjectsCustomResource1E1AC890) 
canary-one | 41/90 | 1:04:33 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer52/ServiceRole (SynNodejsPuppeteer52ServiceRole2298F142) 
canary-one | 42/90 | 1:04:33 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPlaywright10/ServiceRole (SynNodejsPlaywright10ServiceRole0BA4E2F2) 
canary-one | 43/90 | 1:04:33 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium40/ServiceRole (SynPythonSelenium40ServiceRole48784551) 
canary-one | 44/90 | 1:04:33 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer80/ServiceRole (SynNodejsPuppeteer80ServiceRole0E16E509) 
canary-one | 45/90 | 1:04:33 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | InlineAsset/ServiceRole (InlineAssetServiceRole90EB5484) 
canary-one | 46/90 | 1:04:33 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer70/ServiceRole (SynNodejsPuppeteer70ServiceRoleE56E5399) 
canary-one | 47/90 | 1:04:33 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium21/ServiceRole (SynPythonSelenium21ServiceRoleB0530FDC) 
canary-one | 48/90 | 1:04:33 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer90/ServiceRole (SynNodejsPuppeteer90ServiceRole4C46C1F6) 
canary-one | 49/90 | 1:04:33 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | FolderAsset/ServiceRole (FolderAssetServiceRole87AE7EF1) 
canary-one | 50/90 | 1:04:33 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer91/ServiceRole (SynNodejsPuppeteer91ServiceRole43CCD563) 
canary-one | 51/90 | 1:04:33 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | DirectoryAsset/ServiceRole (DirectoryAssetServiceRole6C204C16) 
canary-one | 52/90 | 1:04:33 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer62/ServiceRole (SynNodejsPuppeteer62ServiceRole12338448) 
canary-one | 53/90 | 1:04:34 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium41/ServiceRole (SynPythonSelenium41ServiceRoleE9738635) 
canary-one | 54/90 | 1:04:34 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPlaywright10playwrightCanaryHandler/ServiceRole (SynNodejsPlaywright10playwrightCanaryHandlerServiceRole7A9115C7) 
canary-one | 54/90 | 1:04:34 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPlaywright10 (SynNodejsPlaywright109DE126CA) 
canary-one | 54/90 | 1:04:34 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer52 (SynNodejsPuppeteer52CC5CC084) 
canary-one | 55/90 | 1:04:34 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | ZipAsset/ServiceRole (ZipAssetServiceRole4F096552) 
canary-one | 55/90 | 1:04:34 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | InlineAsset (InlineAsset5EAEB9B5) 
canary-one | 55/90 | 1:04:34 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium40 (SynPythonSelenium40B722B964) 
canary-one | 55/90 | 1:04:34 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer70 (SynNodejsPuppeteer70DA1BD395) 
canary-one | 55/90 | 1:04:34 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer80 (SynNodejsPuppeteer803AA42A6D) 
canary-one | 55/90 | 1:04:34 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium21 (SynPythonSelenium2123B5E7A5) 
canary-one | 55/90 | 1:04:34 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer91 (SynNodejsPuppeteer9117CE212D) 
canary-one | 55/90 | 1:04:34 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | FolderAsset (FolderAssetDC62ADA6) 
canary-one | 55/90 | 1:04:34 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | DirectoryAsset (DirectoryAssetB49EFE5C) 
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer62 (SynNodejsPuppeteer62E9F06E5D) 
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer90 (SynNodejsPuppeteer90B411CAAC) 
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPlaywright10playwrightCanaryHandler (SynNodejsPlaywright10playwrightCanaryHandlerE7AC2FCD) 
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium41 (SynPythonSelenium419AEADD79) 
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | ZipAsset (ZipAssetA028C65F) 
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | InlineAsset (InlineAsset5EAEB9B5) Resource creation Initiated
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPlaywright10 (SynNodejsPlaywright109DE126CA) Resource creation Initiated
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer52 (SynNodejsPuppeteer52CC5CC084) Resource creation Initiated
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium40 (SynPythonSelenium40B722B964) Resource creation Initiated
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer80 (SynNodejsPuppeteer803AA42A6D) Resource creation Initiated
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer70 (SynNodejsPuppeteer70DA1BD395) Resource creation Initiated
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | FolderAsset (FolderAssetDC62ADA6) Resource creation Initiated
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium21 (SynPythonSelenium2123B5E7A5) Resource creation Initiated
canary-one | 55/90 | 1:04:35 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | DirectoryAsset (DirectoryAssetB49EFE5C) Resource creation Initiated
canary-one | 55/90 | 1:04:36 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer62 (SynNodejsPuppeteer62E9F06E5D) Resource creation Initiated
canary-one | 55/90 | 1:04:36 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium41 (SynPythonSelenium419AEADD79) Resource creation Initiated
canary-one | 55/90 | 1:04:36 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPlaywright10playwrightCanaryHandler (SynNodejsPlaywright10playwrightCanaryHandlerE7AC2FCD) Resource creation Initiated
canary-one | 56/90 | 1:04:36 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium30/ServiceRole (SynPythonSelenium30ServiceRole73B0A848) 
canary-one | 56/90 | 1:04:36 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer90 (SynNodejsPuppeteer90B411CAAC) Resource creation Initiated
canary-one | 56/90 | 1:04:36 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | ZipAsset (ZipAssetA028C65F) Resource creation Initiated
canary-one | 56/90 | 1:04:37 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium30 (SynPythonSelenium30F6137007) 
canary-one | 56/90 | 1:04:38 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium30 (SynPythonSelenium30F6137007) Resource creation Initiated
canary-one | 56/90 | 1:04:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer91 (SynNodejsPuppeteer9117CE212D) Resource creation Initiated
canary-one | 57/90 | 1:04:52 PM | CREATE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPuppeteer52 (SynNodejsPuppeteer52CC5CC084) 
canary-one | 58/90 | 1:04:52 PM | CREATE_COMPLETE      | AWS::Synthetics::Canary                         | SynPythonSelenium40 (SynPythonSelenium40B722B964) 
canary-one | 59/90 | 1:04:52 PM | CREATE_COMPLETE      | AWS::Synthetics::Canary                         | FolderAsset (FolderAssetDC62ADA6) 
canary-one | 59/90 | 1:04:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | ZipAsset (ZipAssetA028C65F) Resource handler returned message: "Could not unzip uploaded file. Please check your file, then try to upload again. (Service: AWSLambda; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 6a5ee47f-90cc-4757-a4a5-7c7e50d09aed; Proxy: null)" (RequestToken: c4301437-ef47-ee73-53b5-489838405c8d, HandlerErrorCode: GeneralServiceException)
canary-one | 60/90 | 1:04:52 PM | CREATE_COMPLETE      | AWS::Synthetics::Canary                         | DirectoryAsset (DirectoryAssetB49EFE5C) 
canary-one | 60/90 | 1:04:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPlaywright10 (SynNodejsPlaywright109DE126CA) Resource creation cancelled
canary-one | 60/90 | 1:04:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPuppeteer91 (SynNodejsPuppeteer9117CE212D) Resource creation cancelled
canary-one | 60/90 | 1:04:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPlaywright10playwrightCanaryHandler (SynNodejsPlaywright10playwrightCanaryHandlerE7AC2FCD) Resource creation cancelled
canary-one | 60/90 | 1:04:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPuppeteer62 (SynNodejsPuppeteer62E9F06E5D) Resource creation cancelled
canary-one | 60/90 | 1:04:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynPythonSelenium30 (SynPythonSelenium30F6137007) Resource creation cancelled
canary-one | 60/90 | 1:04:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | InlineAsset (InlineAsset5EAEB9B5) Resource creation cancelled
canary-one | 60/90 | 1:04:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPuppeteer80 (SynNodejsPuppeteer803AA42A6D) Resource creation cancelled
canary-one | 60/90 | 1:04:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynPythonSelenium41 (SynPythonSelenium419AEADD79) Resource creation cancelled
canary-one | 60/90 | 1:04:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPuppeteer70 (SynNodejsPuppeteer70DA1BD395) Resource creation cancelled
canary-one | 60/90 | 1:04:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPuppeteer90 (SynNodejsPuppeteer90B411CAAC) Resource creation cancelled
canary-one | 60/90 | 1:04:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynPythonSelenium21 (SynPythonSelenium2123B5E7A5) Resource creation cancelled
canary-one | 60/90 | 1:04:53 PM | ROLLBACK_IN_PROGRESS | AWS::CloudFormation::Stack                      | canary-one The following resource(s) failed to create: [SynNodejsPuppeteer62E9F06E5D, SynPythonSelenium419AEADD79, SynPythonSelenium2123B5E7A5, InlineAsset5EAEB9B5, SynNodejsPuppeteer9117CE212D, SynNodejsPuppeteer90B411CAAC, SynNodejsPlaywright109DE126CA, SynNodejsPlaywright10playwrightCanaryHandlerE7AC2FCD, ZipAssetA028C65F, SynPythonSelenium30F6137007, SynNodejsPuppeteer803AA42A6D, SynNodejsPuppeteer70DA1BD395]. Rollback requested by user.
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer90 (SynNodejsPuppeteer90B411CAAC) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer70/ArtifactsBucket/Policy (SynNodejsPuppeteer70ArtifactsBucketPolicyC17D7D41) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | Custom::S3AutoDeleteObjects                     | MyTestBucket/AutoDeleteObjectsCustomResource/Default (MyTestBucketAutoDeleteObjectsCustomResource1E1AC890) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer90/ArtifactsBucket/Policy (SynNodejsPuppeteer90ArtifactsBucketPolicyCEB4F82B) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | InlineAsset (InlineAsset5EAEB9B5) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | ZipAsset/ArtifactsBucket/Policy (ZipAssetArtifactsBucketPolicy14B38CC6) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer91 (SynNodejsPuppeteer9117CE212D) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer80 (SynNodejsPuppeteer803AA42A6D) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium41/ArtifactsBucket/Policy (SynPythonSelenium41ArtifactsBucketPolicyCBD60284) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer91/ArtifactsBucket/Policy (SynNodejsPuppeteer91ArtifactsBucketPolicyE12325E8) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer80/ArtifactsBucket/Policy (SynNodejsPuppeteer80ArtifactsBucketPolicy5D5182F2) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider/Role (CustomSyntheticsAutoDeleteUnderlyingResourcesCustomResourceProviderRole2D11A112) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket/Policy (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucketPolicy8247160A) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | FolderAsset (FolderAssetDC62ADA6) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium21/ArtifactsBucket/Policy (SynPythonSelenium21ArtifactsBucketPolicy8DB00696) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer62 (SynNodejsPuppeteer62E9F06E5D) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer70 (SynNodejsPuppeteer70DA1BD395) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium41 (SynPythonSelenium419AEADD79) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium40/ArtifactsBucket/Policy (SynPythonSelenium40ArtifactsBucketPolicy8A526829) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium30 (SynPythonSelenium30F6137007) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10/ArtifactsBucket/Policy (SynNodejsPlaywright10ArtifactsBucketPolicy6B84E5D0) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium21 (SynPythonSelenium2123B5E7A5) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | DirectoryAsset (DirectoryAssetB49EFE5C) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPlaywright10 (SynNodejsPlaywright109DE126CA) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer52/ArtifactsBucket/Policy (SynNodejsPuppeteer52ArtifactsBucketPolicy0F03DBAC) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | ZipAsset (ZipAssetA028C65F) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer62/ArtifactsBucket/Policy (SynNodejsPuppeteer62ArtifactsBucketPolicyC32C22F0) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer52 (SynNodejsPuppeteer52CC5CC084) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium30/ArtifactsBucket/Policy (SynPythonSelenium30ArtifactsBucketPolicy8D6F24A3) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium40 (SynPythonSelenium40B722B964) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | FolderAsset/ArtifactsBucket/Policy (FolderAssetArtifactsBucketPolicy8A05616A) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPlaywright10playwrightCanaryHandler (SynNodejsPlaywright10playwrightCanaryHandlerE7AC2FCD) 
canary-one | 60/90 | 1:04:56 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | DirectoryAsset/ArtifactsBucket/Policy (DirectoryAssetArtifactsBucketPolicy6F51B03A) 
canary-one | 59/90 | 1:04:57 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | ZipAsset/ArtifactsBucket/Policy (ZipAssetArtifactsBucketPolicy14B38CC6) 
canary-one | 58/90 | 1:04:57 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium30/ArtifactsBucket/Policy (SynPythonSelenium30ArtifactsBucketPolicy8D6F24A3) 
canary-one | 57/90 | 1:04:57 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer91/ArtifactsBucket/Policy (SynNodejsPuppeteer91ArtifactsBucketPolicyE12325E8) 
canary-one | 56/90 | 1:04:57 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium21/ArtifactsBucket/Policy (SynPythonSelenium21ArtifactsBucketPolicy8DB00696) 
canary-one | 55/90 | 1:04:57 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket/Policy (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucketPolicy8247160A) 
canary-one | 54/90 | 1:04:57 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10/ArtifactsBucket/Policy (SynNodejsPlaywright10ArtifactsBucketPolicy6B84E5D0) 
canary-one | 53/90 | 1:04:57 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer70/ArtifactsBucket/Policy (SynNodejsPuppeteer70ArtifactsBucketPolicyC17D7D41) 
canary-one | 52/90 | 1:04:57 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium40/ArtifactsBucket/Policy (SynPythonSelenium40ArtifactsBucketPolicy8A526829) 
canary-one | 51/90 | 1:04:57 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer52/ArtifactsBucket/Policy (SynNodejsPuppeteer52ArtifactsBucketPolicy0F03DBAC) 
canary-one | 50/90 | 1:04:57 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | DirectoryAsset/ArtifactsBucket/Policy (DirectoryAssetArtifactsBucketPolicy6F51B03A) 
canary-one | 49/90 | 1:04:57 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium41/ArtifactsBucket/Policy (SynPythonSelenium41ArtifactsBucketPolicyCBD60284) 
canary-one | 48/90 | 1:04:59 PM | DELETE_COMPLETE      | Custom::S3AutoDeleteObjects                     | MyTestBucket/AutoDeleteObjectsCustomResource/Default (MyTestBucketAutoDeleteObjectsCustomResource1E1AC890) 
canary-one | 48/90 | 1:04:59 PM | DELETE_IN_PROGRESS   | AWS::Lambda::Function                           | Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler (CustomS3AutoDeleteObjectsCustomResourceProviderHandler9D90184F) 
canary-one | 48/90 | 1:05:00 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | MyTestBucket/Policy (MyTestBucketPolicyE11AF29F) 
canary-one | 47/90 | 1:05:00 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer90/ArtifactsBucket/Policy (SynNodejsPuppeteer90ArtifactsBucketPolicyCEB4F82B) 
canary-one | 46/90 | 1:05:00 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer62/ArtifactsBucket/Policy (SynNodejsPuppeteer62ArtifactsBucketPolicyC32C22F0) 
canary-one | 45/90 | 1:05:00 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | FolderAsset/ArtifactsBucket/Policy (FolderAssetArtifactsBucketPolicy8A05616A) 
canary-one | 44/90 | 1:05:01 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | MyTestBucket/Policy (MyTestBucketPolicyE11AF29F) 
canary-one | 43/90 | 1:05:01 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer80/ArtifactsBucket/Policy (SynNodejsPuppeteer80ArtifactsBucketPolicy5D5182F2) 
canary-one | 44/90 | 1:05:02 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPlaywright10playwrightCanaryHandler (SynNodejsPlaywright10playwrightCanaryHandlerE7AC2FCD) 
canary-one | 44/90 | 1:05:03 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPlaywright10playwrightCanaryHandler/ServiceRole (SynNodejsPlaywright10playwrightCanaryHandlerServiceRole7A9115C7) 
canary-one | 43/90 | 1:05:03 PM | DELETE_COMPLETE      | AWS::Lambda::Function                           | Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler (CustomS3AutoDeleteObjectsCustomResourceProviderHandler9D90184F) 
canary-one | 43/90 | 1:05:04 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | Custom::S3AutoDeleteObjectsCustomResourceProvider/Role (CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092) 
canary-one | 44/90 | 1:05:05 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynPythonSelenium41 (SynPythonSelenium419AEADD79) 
canary-one | 45/90 | 1:05:05 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | ZipAsset (ZipAssetA028C65F) 
canary-one | 45/90 | 1:05:05 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium41/ServiceRole (SynPythonSelenium41ServiceRoleE9738635) 
canary-one | 45/90 | 1:05:05 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | ZipAsset/ServiceRole (ZipAssetServiceRole4F096552) 
canary-one | 44/90 | 1:05:06 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider/Role (CustomSyntheticsAutoDeleteUnderlyingResourcesCustomResourceProviderRole2D11A112) 
canary-one | 45/90 | 1:05:07 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPuppeteer90 (SynNodejsPuppeteer90B411CAAC) 
canary-one | 46/90 | 1:05:07 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPuppeteer62 (SynNodejsPuppeteer62E9F06E5D) 
canary-one | 46/90 | 1:05:07 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer90/ServiceRole (SynNodejsPuppeteer90ServiceRole4C46C1F6) 
canary-one | 46/90 | 1:05:07 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer62/ServiceRole (SynNodejsPuppeteer62ServiceRole12338448) 
canary-one | 45/90 | 1:05:08 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | FolderAsset (FolderAssetDC62ADA6) 
canary-one | 44/90 | 1:05:08 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | DirectoryAsset (DirectoryAssetB49EFE5C) 
canary-one | 44/90 | 1:05:08 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | FolderAsset/ServiceRole (FolderAssetServiceRole87AE7EF1) 
canary-one | 44/90 | 1:05:08 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | DirectoryAsset/ServiceRole (DirectoryAssetServiceRole6C204C16) 
canary-one | 45/90 | 1:05:11 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynPythonSelenium30 (SynPythonSelenium30F6137007) 
canary-one | 45/90 | 1:05:11 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium30/ServiceRole (SynPythonSelenium30ServiceRole73B0A848) 
canary-one | 46/90 | 1:05:13 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPuppeteer80 (SynNodejsPuppeteer803AA42A6D) 
canary-one | 45/90 | 1:05:13 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPlaywright10playwrightCanaryHandler/ServiceRole (SynNodejsPlaywright10playwrightCanaryHandlerServiceRole7A9115C7) 
canary-one | 46/90 | 1:05:13 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | InlineAsset (InlineAsset5EAEB9B5) 
canary-one | 47/90 | 1:05:13 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynPythonSelenium21 (SynPythonSelenium2123B5E7A5) 
canary-one | 48/90 | 1:05:13 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPlaywright10 (SynNodejsPlaywright109DE126CA) 
canary-one | 49/90 | 1:05:13 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPuppeteer70 (SynNodejsPuppeteer70DA1BD395) 
canary-one | 48/90 | 1:05:13 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPuppeteer52 (SynNodejsPuppeteer52CC5CC084) 
canary-one | 48/90 | 1:05:13 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer80/ServiceRole (SynNodejsPuppeteer80ServiceRole0E16E509) 
canary-one | 48/90 | 1:05:13 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium21/ServiceRole (SynPythonSelenium21ServiceRoleB0530FDC) 
canary-one | 48/90 | 1:05:13 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer52/ServiceRole (SynNodejsPuppeteer52ServiceRole2298F142) 
canary-one | 48/90 | 1:05:13 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPlaywright10/ServiceRole (SynNodejsPlaywright10ServiceRole0BA4E2F2) 
canary-one | 48/90 | 1:05:13 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | InlineAsset/ServiceRole (InlineAssetServiceRole90EB5484) 
canary-one | 48/90 | 1:05:13 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer70/ServiceRole (SynNodejsPuppeteer70ServiceRoleE56E5399) 
canary-one | 47/90 | 1:05:14 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | Custom::S3AutoDeleteObjectsCustomResourceProvider/Role (CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092) 
canary-one | 47/90 | 1:05:14 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucket15738B6B) 
canary-one | 46/90 | 1:05:14 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium41/ServiceRole (SynPythonSelenium41ServiceRoleE9738635) 
canary-one | 45/90 | 1:05:14 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | ZipAsset/ServiceRole (ZipAssetServiceRole4F096552) 
canary-one | 45/90 | 1:05:15 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynPythonSelenium41/ArtifactsBucket (SynPythonSelenium41ArtifactsBucket002B72CA) 
canary-one | 45/90 | 1:05:15 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | ZipAsset/ArtifactsBucket (ZipAssetArtifactsBucket8D4ED76C) 
canary-one | 46/90 | 1:05:16 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPuppeteer91 (SynNodejsPuppeteer9117CE212D) 
canary-one | 45/90 | 1:05:16 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynPythonSelenium40 (SynPythonSelenium40B722B964) 
canary-one | 45/90 | 1:05:16 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer91/ServiceRole (SynNodejsPuppeteer91ServiceRole43CCD563) 
canary-one | 45/90 | 1:05:17 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium40/ServiceRole (SynPythonSelenium40ServiceRole48784551) 
canary-one | 44/90 | 1:05:17 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer90/ServiceRole (SynNodejsPuppeteer90ServiceRole4C46C1F6) 
canary-one | 44/90 | 1:05:17 PM | DELETE_IN_PROGRESS   | AWS::ApiGateway::Stage                          | ApiGateway/DeploymentStage.prod (ApiGatewayDeploymentStageprod1C6D5CD6) 
canary-one | 43/90 | 1:05:17 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | FolderAsset/ServiceRole (FolderAssetServiceRole87AE7EF1) 
canary-one | 42/90 | 1:05:17 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | DirectoryAsset/ServiceRole (DirectoryAssetServiceRole6C204C16) 
canary-one | 42/90 | 1:05:17 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPuppeteer90/ArtifactsBucket (SynNodejsPuppeteer90ArtifactsBucket8786E2CC) 
canary-one | 41/90 | 1:05:18 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer62/ServiceRole (SynNodejsPuppeteer62ServiceRole12338448) 
canary-one | 41/90 | 1:05:18 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | FolderAsset/ArtifactsBucket (FolderAssetArtifactsBucket4233584C) 
canary-one | 40/90 | 1:05:18 PM | DELETE_COMPLETE      | AWS::ApiGateway::Stage                          | ApiGateway/DeploymentStage.prod (ApiGatewayDeploymentStageprod1C6D5CD6) 
canary-one | 40/90 | 1:05:18 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | DirectoryAsset/ArtifactsBucket (DirectoryAssetArtifactsBucketA79AFD6C) 
canary-one | 40/90 | 1:05:18 PM | DELETE_IN_PROGRESS   | AWS::ApiGateway::Deployment                     | ApiGateway/Deployment (ApiGatewayDeploymentA26796E849bfdafc1a375345a13992f6e2987daf) 
canary-one | 40/90 | 1:05:19 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPuppeteer62/ArtifactsBucket (SynNodejsPuppeteer62ArtifactsBucket8BF029F1) 
canary-one | 39/90 | 1:05:19 PM | DELETE_COMPLETE      | AWS::ApiGateway::Deployment                     | ApiGateway/Deployment (ApiGatewayDeploymentA26796E849bfdafc1a375345a13992f6e2987daf) 
canary-one | 39/90 | 1:05:20 PM | DELETE_IN_PROGRESS   | AWS::ApiGateway::Method                         | ApiGateway/Default/GET (ApiGatewayGET25EBFEA3) 
canary-one | 38/90 | 1:05:20 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium30/ServiceRole (SynPythonSelenium30ServiceRole73B0A848) 
canary-one | 37/90 | 1:05:21 PM | DELETE_COMPLETE      | AWS::ApiGateway::Method                         | ApiGateway/Default/GET (ApiGatewayGET25EBFEA3) 
canary-one | 37/90 | 1:05:21 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynPythonSelenium30/ArtifactsBucket (SynPythonSelenium30ArtifactsBucket4B78D3B9) 
canary-one | 37/90 | 1:05:21 PM | DELETE_IN_PROGRESS   | AWS::ApiGateway::RestApi                        | ApiGateway (ApiGateway11E7F47B) 
canary-one | 36/90 | 1:05:22 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium21/ServiceRole (SynPythonSelenium21ServiceRoleB0530FDC) 
canary-one | 35/90 | 1:05:22 PM | DELETE_COMPLETE      | AWS::ApiGateway::RestApi                        | ApiGateway (ApiGateway11E7F47B) 
canary-one | 34/90 | 1:05:22 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer52/ServiceRole (SynNodejsPuppeteer52ServiceRole2298F142) 
canary-one | 33/90 | 1:05:22 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer80/ServiceRole (SynNodejsPuppeteer80ServiceRole0E16E509) 
canary-one | 32/90 | 1:05:22 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | InlineAsset/ServiceRole (InlineAssetServiceRole90EB5484) 
canary-one | 31/90 | 1:05:22 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer70/ServiceRole (SynNodejsPuppeteer70ServiceRoleE56E5399) 
canary-one | 31/90 | 1:05:22 PM | DELETE_IN_PROGRESS   | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) 
canary-one | 31/90 | 1:05:23 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPuppeteer52/ArtifactsBucket (SynNodejsPuppeteer52ArtifactsBucket78DA2C5A) 
canary-one | 31/90 | 1:05:23 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynPythonSelenium21/ArtifactsBucket (SynPythonSelenium21ArtifactsBucket889F10E3) 
canary-one | 31/90 | 1:05:23 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPuppeteer80/ArtifactsBucket (SynNodejsPuppeteer80ArtifactsBucket5177BBC8) 
canary-one | 31/90 | 1:05:23 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPuppeteer70/ArtifactsBucket (SynNodejsPuppeteer70ArtifactsBucket646D6465) 
canary-one | 31/90 | 1:05:23 PM | DELETE_FAILED        | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) Resource handler returned message: "The bucket you tried to delete is not empty (Service: S3, Status Code: 409, Request ID: PQNKD8AYY195F1HW, Extended Request ID: 8z7h/wbIDobL9pSIaAhmMVQTVy3wy9z6ZqtlhwTeHqqNP6skxnFsmtOvsY6JeSQS2mzaCYjur2E=) (SDK Attempt Count: 1)" (RequestToken: 3930e14a-2dce-b798-6140-18e7b7e6f907, HandlerErrorCode: GeneralServiceException)
canary-one | 30/90 | 1:05:24 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPlaywright10/ServiceRole (SynNodejsPlaywright10ServiceRole0BA4E2F2) 
canary-one | 30/90 | 1:05:24 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPlaywright10/ArtifactsBucket (SynNodejsPlaywright10ArtifactsBucket0BEF234F) 
canary-one | 29/90 | 1:05:26 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer91/ServiceRole (SynNodejsPuppeteer91ServiceRole43CCD563) 
canary-one | 29/90 | 1:05:27 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPuppeteer91/ArtifactsBucket (SynNodejsPuppeteer91ArtifactsBucketFED9F6CE) 
canary-one | 28/90 | 1:05:27 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium40/ServiceRole (SynPythonSelenium40ServiceRole48784551) 
canary-one | 28/90 | 1:05:28 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynPythonSelenium40/ArtifactsBucket (SynPythonSelenium40ArtifactsBucketE0BB1A15) 
canary-one | 28/90 | 1:05:28 PM | ROLLBACK_FAILED      | AWS::CloudFormation::Stack                      | canary-one The following resource(s) failed to delete: [MyTestBucket81062429]. 

Failed resources:
canary-one | 1:04:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | ZipAsset (ZipAssetA028C65F) Resource handler returned message: "Could not unzip uploaded file. Please check your file, then try to upload again. (Service: AWSLambda; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 6a5ee47f-90cc-4757-a4a5-7c7e50d09aed; Proxy: null)" (RequestToken: c4301437-ef47-ee73-53b5-489838405c8d, HandlerErrorCode: GeneralServiceException)
canary-one | 1:05:23 PM | DELETE_FAILED        | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) Resource handler returned message: "The bucket you tried to delete is not empty (Service: S3, Status Code: 409, Request ID: PQNKD8AYY195F1HW, Extended Request ID: 8z7h/wbIDobL9pSIaAhmMVQTVy3wy9z6ZqtlhwTeHqqNP6skxnFsmtOvsY6JeSQS2mzaCYjur2E=) (SDK Attempt Count: 1)" (RequestToken: 3930e14a-2dce-b798-6140-18e7b7e6f907, HandlerErrorCode: GeneralServiceException)
❌  canary-one failed: _ToolkitError: The stack named canary-one failed creation, it may need to be manually deleted from the AWS console: ROLLBACK_FAILED (The following resource(s) failed to delete: [MyTestBucket81062429]. ): Resource handler returned message: "Could not unzip uploaded file. Please check your file, then try to upload again. (Service: AWSLambda; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 6a5ee47f-90cc-4757-a4a5-7c7e50d09aed; Proxy: null)" (RequestToken: c4301437-ef47-ee73-53b5-489838405c8d, HandlerErrorCode: GeneralServiceException), Resource handler returned message: "The bucket you tried to delete is not empty (Service: S3, Status Code: 409, Request ID: PQNKD8AYY195F1HW, Extended Request ID: 8z7h/wbIDobL9pSIaAhmMVQTVy3wy9z6ZqtlhwTeHqqNP6skxnFsmtOvsY6JeSQS2mzaCYjur2E=) (SDK Attempt Count: 1)" (RequestToken: 3930e14a-2dce-b798-6140-18e7b7e6f907, HandlerErrorCode: GeneralServiceException)
  FAILED     aws-synthetics/test/integ.canary-IntegCanaryTest/DefaultTest (undefined/us-east-1) 160.768s
      Integration test failed: Error: Command exited with status 1

Test Results: 

Tests:    1 failed, 1 total
Error: Some integration tests failed!
    at main (/home/arm/repos/aws-cdk/node_modules/@aws-cdk/integ-runner/lib/index.js:10256:15)
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_synthetics.CanaryProps#cleanup is deprecated.
  use provisionedResourceCleanup
  This API will be removed in the next major release.
IntegCanaryTest/DefaultTest/DeployAssert: destroying... [1/2]

 ✅  IntegCanaryTest/DefaultTest/DeployAssert: destroyed
canary-one: destroying... [2/2]
canary-one |   0 | 1:05:45 PM | DELETE_IN_PROGRESS   | AWS::CloudFormation::Stack                      | canary-one User Initiated
canary-one |   0 | 1:05:47 PM | DELETE_IN_PROGRESS   | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) 
canary-one |   0 | 1:05:48 PM | DELETE_FAILED        | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) Resource handler returned message: "The bucket you tried to delete is not empty (Service: S3, Status Code: 409, Request ID: 95RXHZ645JK5P7YD, Extended Request ID: dHKpHfgUuKAIJ0eUgxUpcxDYYXL6PPT1g7wHoJKL+vhEV6tdYRDuLx8/2tKu+7PSYN4/rjagr6Q=) (SDK Attempt Count: 1)" (RequestToken: 9260c3dd-2a26-2880-c58c-988258a973bd, HandlerErrorCode: GeneralServiceException)
canary-one |   0 | 1:05:49 PM | DELETE_FAILED        | AWS::CloudFormation::Stack                      | canary-one The following resource(s) failed to delete: [MyTestBucket81062429]. 

Failed resources:
canary-one | 1:05:48 PM | DELETE_FAILED        | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) Resource handler returned message: "The bucket you tried to delete is not empty (Service: S3, Status Code: 409, Request ID: 95RXHZ645JK5P7YD, Extended Request ID: dHKpHfgUuKAIJ0eUgxUpcxDYYXL6PPT1g7wHoJKL+vhEV6tdYRDuLx8/2tKu+7PSYN4/rjagr6Q=) (SDK Attempt Count: 1)" (RequestToken: 9260c3dd-2a26-2880-c58c-988258a973bd, HandlerErrorCode: GeneralServiceException)

 ❌  canary-one: destroy failed _ToolkitError: The stack named canary-one is in a failed state. You may need to delete it from the AWS console : DELETE_FAILED (The following resource(s) failed to delete: [MyTestBucket81062429]. )
    at destroyStack (/home/arm/repos/aws-cdk/node_modules/aws-cdk/lib/index.js:139895:11)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async CdkToolkit.destroy (/home/arm/repos/aws-cdk/node_modules/aws-cdk/lib/index.js:332786:13)
    at async exec3 (/home/arm/repos/aws-cdk/node_modules/aws-cdk/lib/index.js:340468:12) {
  type: 'toolkit',
  source: 'toolkit',
  cause: undefined
}
The stack named canary-one is in a failed state. You may need to delete it from the AWS console : DELETE_FAILED (The following resource(s) failed to delete: [MyTestBucket81062429]. )
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Attempt # 2: Stack rolled back and no snapshots are generated

yarn run v1.22.22
$ integ-runner --language javascript test/aws-synthetics/test/integ.canary.js --update-on-failed

Verifying integration test snapshots...

  CHANGED    aws-synthetics/test/integ.canary 4.56s
      IAM Statement Changes
┌───┬───────────────────────────────────────────────────────────────────────────────────────────┬────────┬──────────────────────────┬───────────────────────────────────────────────┬──────────────────────────────────────────────────┐
│   │ Resource                                                                                  │ Effect │ Action                   │ Principal                                     │ Condition                                        │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium50ArtifactsBucketBC77647F.Arn}                                         │ Allow  │ s3:GetBucketLocation     │ AWS:${SynPythonSelenium50ServiceRole3DA08A89} │                                                  │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium50ArtifactsBucketBC77647F.Arn}                                         │ Deny   │ s3:*                     │ AWS:*                                         │ "Bool": {                                        │
│   │ ${SynPythonSelenium50ArtifactsBucketBC77647F.Arn}/*                                       │        │                          │                                               │   "aws:SecureTransport": "false"                 │
│   │                                                                                           │        │                          │                                               │ }                                                │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium50ArtifactsBucketBC77647F.Arn}/*                                       │ Allow  │ s3:PutObject             │ AWS:${SynPythonSelenium50ServiceRole3DA08A89} │                                                  │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium50ServiceRole3DA08A89.Arn}                                             │ Allow  │ sts:AssumeRole           │ Service:lambda.amazonaws.com                  │                                                  │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium51ArtifactsBucket21D5A4E4.Arn}                                         │ Allow  │ s3:GetBucketLocation     │ AWS:${SynPythonSelenium51ServiceRole1A5B5B28} │                                                  │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium51ArtifactsBucket21D5A4E4.Arn}                                         │ Deny   │ s3:*                     │ AWS:*                                         │ "Bool": {                                        │
│   │ ${SynPythonSelenium51ArtifactsBucket21D5A4E4.Arn}/*                                       │        │                          │                                               │   "aws:SecureTransport": "false"                 │
│   │                                                                                           │        │                          │                                               │ }                                                │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium51ArtifactsBucket21D5A4E4.Arn}/*                                       │ Allow  │ s3:PutObject             │ AWS:${SynPythonSelenium51ServiceRole1A5B5B28} │                                                  │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ ${SynPythonSelenium51ServiceRole1A5B5B28.Arn}                                             │ Allow  │ sts:AssumeRole           │ Service:lambda.amazonaws.com                  │                                                  │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ *                                                                                         │ Allow  │ s3:ListAllMyBuckets      │ AWS:${SynPythonSelenium50ServiceRole3DA08A89} │                                                  │
│ + │ *                                                                                         │ Allow  │ cloudwatch:PutMetricData │ AWS:${SynPythonSelenium50ServiceRole3DA08A89} │ "StringEquals": {                                │
│   │                                                                                           │        │                          │                                               │   "cloudwatch:namespace": "CloudWatchSynthetics" │
│   │                                                                                           │        │                          │                                               │ }                                                │
│ + │ *                                                                                         │ Allow  │ s3:ListAllMyBuckets      │ AWS:${SynPythonSelenium51ServiceRole1A5B5B28} │                                                  │
│ + │ *                                                                                         │ Allow  │ cloudwatch:PutMetricData │ AWS:${SynPythonSelenium51ServiceRole1A5B5B28} │ "StringEquals": {                                │
│   │                                                                                           │        │                          │                                               │   "cloudwatch:namespace": "CloudWatchSynthetics" │
│   │                                                                                           │        │                          │                                               │ }                                                │
├───┼───────────────────────────────────────────────────────────────────────────────────────────┼────────┼──────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────────┤
│ + │ arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/lambda/cwsyn-* │ Allow  │ logs:CreateLogGroup      │ AWS:${SynPythonSelenium50ServiceRole3DA08A89} │                                                  │
│   │                                                                                           │        │ logs:CreateLogStream     │                                               │                                                  │
│   │                                                                                           │        │ logs:PutLogEvents        │                                               │                                                  │
│ + │ arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/lambda/cwsyn-* │ Allow  │ logs:CreateLogGroup      │ AWS:${SynPythonSelenium51ServiceRole1A5B5B28} │                                                  │
│   │                                                                                           │        │ logs:CreateLogStream     │                                               │                                                  │
│   │                                                                                           │        │ logs:PutLogEvents        │                                               │                                                  │
└───┴───────────────────────────────────────────────────────────────────────────────────────────┴────────┴──────────────────────────┴───────────────────────────────────────────────┴──────────────────────────────────────────────────┘
(NOTE: There may be security-related changes not in this list. See https://github.com/aws/aws-cdk/issues/1299)

Resources
[+] AWS::S3::Bucket SynPythonSelenium50ArtifactsBucketBC77647F
[+] AWS::S3::BucketPolicy SynPythonSelenium50ArtifactsBucketPolicy5A056433
[+] AWS::IAM::Role SynPythonSelenium50ServiceRole3DA08A89
[+] AWS::Synthetics::Canary SynPythonSelenium50688BA819
[+] Custom::SyntheticsAutoDeleteUnderlyingResources SynPythonSelenium50AutoDeleteUnderlyingResourcesCustomResourceBECFAABC
[+] AWS::S3::Bucket SynPythonSelenium51ArtifactsBucket21D5A4E4
[+] AWS::S3::BucketPolicy SynPythonSelenium51ArtifactsBucketPolicy87EA4873
[+] AWS::IAM::Role SynPythonSelenium51ServiceRole1A5B5B28
[+] AWS::Synthetics::Canary SynPythonSelenium51D68DAB66
[+] Custom::SyntheticsAutoDeleteUnderlyingResources SynPythonSelenium51AutoDeleteUnderlyingResourcesCustomResource79CD87C3

Outputs
[+] Output ExportsOutputRefSynPythonSelenium50688BA81957078E2E: {"Value":{"Ref":"SynPythonSelenium50688BA819"},"Export":{"Name":"canary-one:ExportsOutputRefSynPythonSelenium50688BA81957078E2E"}}
[+] Output ExportsOutputRefSynPythonSelenium51D68DAB6638A944F0: {"Value":{"Ref":"SynPythonSelenium51D68DAB66"},"Export":{"Name":"canary-one:ExportsOutputRefSynPythonSelenium51D68DAB6638A944F0"}}



Snapshot Results: 

Tests:    1 failed, 1 total
Failed: /home/arm/repos/aws-cdk/packages/@aws-cdk-testing/framework-integ/test/aws-synthetics/test/integ.canary.js

Running integration tests for failed tests...

Running in parallel across regions: us-east-1, us-east-2, us-west-2
Running test /home/arm/repos/aws-cdk/packages/@aws-cdk-testing/framework-integ/test/aws-synthetics/test/integ.canary.js in us-east-1

✨  Synthesis time: 0.14s

canary-one: deploying... [1/1]
canary-one: creating CloudFormation changeset...
canary-one |  0/90 | 1:11:51 PM | REVIEW_IN_PROGRESS   | AWS::CloudFormation::Stack                      | canary-one User Initiated
canary-one |  0/90 | 1:12:01 PM | CREATE_IN_PROGRESS   | AWS::CloudFormation::Stack                      | canary-one User Initiated
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider/Role (CustomSyntheticsAutoDeleteUnderlyingResourcesCustomResourceProviderRole2D11A112) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucket15738B6B) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium30/ArtifactsBucket (SynPythonSelenium30ArtifactsBucket4B78D3B9) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer62/ArtifactsBucket (SynNodejsPuppeteer62ArtifactsBucket8BF029F1) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium21/ArtifactsBucket (SynPythonSelenium21ArtifactsBucket889F10E3) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | FolderAsset/ArtifactsBucket (FolderAssetArtifactsBucket4233584C) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPlaywright10/ArtifactsBucket (SynNodejsPlaywright10ArtifactsBucket0BEF234F) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::RestApi                        | ApiGateway (ApiGateway11E7F47B) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | Custom::S3AutoDeleteObjectsCustomResourceProvider/Role (CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | ZipAsset/ArtifactsBucket (ZipAssetArtifactsBucket8D4ED76C) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer70/ArtifactsBucket (SynNodejsPuppeteer70ArtifactsBucket646D6465) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer91/ArtifactsBucket (SynNodejsPuppeteer91ArtifactsBucketFED9F6CE) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer52/ArtifactsBucket (SynNodejsPuppeteer52ArtifactsBucket78DA2C5A) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium41/ArtifactsBucket (SynPythonSelenium41ArtifactsBucket002B72CA) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | DirectoryAsset/ArtifactsBucket (DirectoryAssetArtifactsBucketA79AFD6C) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer90/ArtifactsBucket (SynNodejsPuppeteer90ArtifactsBucket8786E2CC) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer80/ArtifactsBucket (SynNodejsPuppeteer80ArtifactsBucket5177BBC8) 
canary-one |  0/90 | 1:12:06 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium40/ArtifactsBucket (SynPythonSelenium40ArtifactsBucketE0BB1A15) 
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider/Role (CustomSyntheticsAutoDeleteUnderlyingResourcesCustomResourceProviderRole2D11A112) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | Custom::S3AutoDeleteObjectsCustomResourceProvider/Role (CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer52/ArtifactsBucket (SynNodejsPuppeteer52ArtifactsBucket78DA2C5A) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer62/ArtifactsBucket (SynNodejsPuppeteer62ArtifactsBucket8BF029F1) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium21/ArtifactsBucket (SynPythonSelenium21ArtifactsBucket889F10E3) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | ZipAsset/ArtifactsBucket (ZipAssetArtifactsBucket8D4ED76C) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer91/ArtifactsBucket (SynNodejsPuppeteer91ArtifactsBucketFED9F6CE) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | FolderAsset/ArtifactsBucket (FolderAssetArtifactsBucket4233584C) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium41/ArtifactsBucket (SynPythonSelenium41ArtifactsBucket002B72CA) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer80/ArtifactsBucket (SynNodejsPuppeteer80ArtifactsBucket5177BBC8) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::RestApi                        | ApiGateway (ApiGateway11E7F47B) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium30/ArtifactsBucket (SynPythonSelenium30ArtifactsBucket4B78D3B9) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucket15738B6B) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer70/ArtifactsBucket (SynNodejsPuppeteer70ArtifactsBucket646D6465) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynPythonSelenium40/ArtifactsBucket (SynPythonSelenium40ArtifactsBucketE0BB1A15) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPuppeteer90/ArtifactsBucket (SynNodejsPuppeteer90ArtifactsBucket8786E2CC) Resource creation Initiated
canary-one |  0/90 | 1:12:07 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | DirectoryAsset/ArtifactsBucket (DirectoryAssetArtifactsBucketA79AFD6C) Resource creation Initiated
canary-one |  0/90 | 1:12:08 PM | CREATE_IN_PROGRESS   | AWS::S3::Bucket                                 | SynNodejsPlaywright10/ArtifactsBucket (SynNodejsPlaywright10ArtifactsBucket0BEF234F) Resource creation Initiated
canary-one |  1/90 | 1:12:08 PM | CREATE_COMPLETE      | AWS::ApiGateway::RestApi                        | ApiGateway (ApiGateway11E7F47B) 
canary-one |  1/90 | 1:12:09 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::Method                         | ApiGateway/Default/GET (ApiGatewayGET25EBFEA3) 
canary-one |  1/90 | 1:12:10 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::Method                         | ApiGateway/Default/GET (ApiGatewayGET25EBFEA3) Resource creation Initiated
canary-one |  2/90 | 1:12:12 PM | CREATE_COMPLETE      | AWS::ApiGateway::Method                         | ApiGateway/Default/GET (ApiGatewayGET25EBFEA3) 
canary-one |  2/90 | 1:12:12 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::Deployment                     | ApiGateway/Deployment (ApiGatewayDeploymentA26796E849bfdafc1a375345a13992f6e2987daf) 
canary-one |  2/90 | 1:12:13 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::Deployment                     | ApiGateway/Deployment (ApiGatewayDeploymentA26796E849bfdafc1a375345a13992f6e2987daf) Resource creation Initiated
canary-one |  3/90 | 1:12:14 PM | CREATE_COMPLETE      | AWS::ApiGateway::Deployment                     | ApiGateway/Deployment (ApiGatewayDeploymentA26796E849bfdafc1a375345a13992f6e2987daf) 
canary-one |  3/90 | 1:12:15 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::Stage                          | ApiGateway/DeploymentStage.prod (ApiGatewayDeploymentStageprod1C6D5CD6) 
canary-one |  3/90 | 1:12:15 PM | CREATE_IN_PROGRESS   | AWS::ApiGateway::Stage                          | ApiGateway/DeploymentStage.prod (ApiGatewayDeploymentStageprod1C6D5CD6) Resource creation Initiated
canary-one |  4/90 | 1:12:18 PM | CREATE_COMPLETE      | AWS::ApiGateway::Stage                          | ApiGateway/DeploymentStage.prod (ApiGatewayDeploymentStageprod1C6D5CD6) 
canary-one |  5/90 | 1:12:20 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynPythonSelenium21/ArtifactsBucket (SynPythonSelenium21ArtifactsBucket889F10E3) 
canary-one |  6/90 | 1:12:20 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPuppeteer62/ArtifactsBucket (SynNodejsPuppeteer62ArtifactsBucket8BF029F1) 
canary-one |  7/90 | 1:12:20 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPuppeteer52/ArtifactsBucket (SynNodejsPuppeteer52ArtifactsBucket78DA2C5A) 
canary-one |  8/90 | 1:12:20 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) 
canary-one |  9/90 | 1:12:20 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynPythonSelenium41/ArtifactsBucket (SynPythonSelenium41ArtifactsBucket002B72CA) 
canary-one | 10/90 | 1:12:20 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | ZipAsset/ArtifactsBucket (ZipAssetArtifactsBucket8D4ED76C) 
canary-one | 11/90 | 1:12:20 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPuppeteer91/ArtifactsBucket (SynNodejsPuppeteer91ArtifactsBucketFED9F6CE) 
canary-one | 12/90 | 1:12:20 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPuppeteer80/ArtifactsBucket (SynNodejsPuppeteer80ArtifactsBucket5177BBC8) 
canary-one | 13/90 | 1:12:20 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | FolderAsset/ArtifactsBucket (FolderAssetArtifactsBucket4233584C) 
canary-one | 14/90 | 1:12:20 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPuppeteer90/ArtifactsBucket (SynNodejsPuppeteer90ArtifactsBucket8786E2CC) 
canary-one | 15/90 | 1:12:21 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPuppeteer70/ArtifactsBucket (SynNodejsPuppeteer70ArtifactsBucket646D6465) 
canary-one | 16/90 | 1:12:21 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | DirectoryAsset/ArtifactsBucket (DirectoryAssetArtifactsBucketA79AFD6C) 
canary-one | 17/90 | 1:12:21 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucket15738B6B) 
canary-one | 18/90 | 1:12:21 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynPythonSelenium40/ArtifactsBucket (SynPythonSelenium40ArtifactsBucketE0BB1A15) 
canary-one | 19/90 | 1:12:21 PM | CREATE_COMPLETE      | AWS::S3::Bucket                                 | SynNodejsPlaywright10/ArtifactsBucket (SynNodejsPlaywright10ArtifactsBucket0BEF234F) 
canary-one | 19/90 | 1:12:21 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer62/ArtifactsBucket/Policy (SynNodejsPuppeteer62ArtifactsBucketPolicyC32C22F0) 
canary-one | 19/90 | 1:12:21 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer52/ServiceRole (SynNodejsPuppeteer52ServiceRole2298F142) 
canary-one | 19/90 | 1:12:21 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium21/ServiceRole (SynPythonSelenium21ServiceRoleB0530FDC) 
canary-one | 19/90 | 1:12:21 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium21/ArtifactsBucket/Policy (SynPythonSelenium21ArtifactsBucketPolicy8DB00696) 
canary-one | 19/90 | 1:12:21 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer52/ArtifactsBucket/Policy (SynNodejsPuppeteer52ArtifactsBucketPolicy0F03DBAC) 
canary-one | 19/90 | 1:12:21 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer62/ServiceRole (SynNodejsPuppeteer62ServiceRole12338448) 
canary-one | 19/90 | 1:12:21 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | ZipAsset/ArtifactsBucket/Policy (ZipAssetArtifactsBucketPolicy14B38CC6) 
canary-one | 19/90 | 1:12:21 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer80/ArtifactsBucket/Policy (SynNodejsPuppeteer80ArtifactsBucketPolicy5D5182F2) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | InlineAsset/ServiceRole (InlineAssetServiceRole90EB5484) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer91/ServiceRole (SynNodejsPuppeteer91ServiceRole43CCD563) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer91/ArtifactsBucket/Policy (SynNodejsPuppeteer91ArtifactsBucketPolicyE12325E8) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | ZipAsset/ServiceRole (ZipAssetServiceRole4F096552) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer80/ServiceRole (SynNodejsPuppeteer80ServiceRole0E16E509) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer70/ArtifactsBucket/Policy (SynNodejsPuppeteer70ArtifactsBucketPolicyC17D7D41) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium41/ArtifactsBucket/Policy (SynPythonSelenium41ArtifactsBucketPolicyCBD60284) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium30/ArtifactsBucket/Policy (SynPythonSelenium30ArtifactsBucketPolicy8D6F24A3) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer90/ArtifactsBucket/Policy (SynNodejsPuppeteer90ArtifactsBucketPolicyCEB4F82B) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | FolderAsset/ServiceRole (FolderAssetServiceRole87AE7EF1) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | DirectoryAsset/ArtifactsBucket/Policy (DirectoryAssetArtifactsBucketPolicy6F51B03A) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer90/ServiceRole (SynNodejsPuppeteer90ServiceRole4C46C1F6) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium30/ServiceRole (SynPythonSelenium30ServiceRole73B0A848) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | DirectoryAsset/ServiceRole (DirectoryAssetServiceRole6C204C16) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket/Policy (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucketPolicy8247160A) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium41/ServiceRole (SynPythonSelenium41ServiceRoleE9738635) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium40/ArtifactsBucket/Policy (SynPythonSelenium40ArtifactsBucketPolicy8A526829) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | FolderAsset/ArtifactsBucket/Policy (FolderAssetArtifactsBucketPolicy8A05616A) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPlaywright10playwrightCanaryHandler/ServiceRole (SynNodejsPlaywright10playwrightCanaryHandlerServiceRole7A9115C7) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium40/ServiceRole (SynPythonSelenium40ServiceRole48784551) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer70/ServiceRole (SynNodejsPuppeteer70ServiceRoleE56E5399) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPlaywright10/ServiceRole (SynNodejsPlaywright10ServiceRole0BA4E2F2) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10/ArtifactsBucket/Policy (SynNodejsPlaywright10ArtifactsBucketPolicy6B84E5D0) 
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium21/ServiceRole (SynPythonSelenium21ServiceRoleB0530FDC) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer52/ServiceRole (SynNodejsPuppeteer52ServiceRole2298F142) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium21/ArtifactsBucket/Policy (SynPythonSelenium21ArtifactsBucketPolicy8DB00696) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer62/ArtifactsBucket/Policy (SynNodejsPuppeteer62ArtifactsBucketPolicyC32C22F0) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | ZipAsset/ServiceRole (ZipAssetServiceRole4F096552) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer62/ServiceRole (SynNodejsPuppeteer62ServiceRole12338448) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer91/ServiceRole (SynNodejsPuppeteer91ServiceRole43CCD563) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer52/ArtifactsBucket/Policy (SynNodejsPuppeteer52ArtifactsBucketPolicy0F03DBAC) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer80/ArtifactsBucket/Policy (SynNodejsPuppeteer80ArtifactsBucketPolicy5D5182F2) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium30/ServiceRole (SynPythonSelenium30ServiceRole73B0A848) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | ZipAsset/ArtifactsBucket/Policy (ZipAssetArtifactsBucketPolicy14B38CC6) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer80/ServiceRole (SynNodejsPuppeteer80ServiceRole0E16E509) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | FolderAsset/ServiceRole (FolderAssetServiceRole87AE7EF1) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | InlineAsset/ServiceRole (InlineAssetServiceRole90EB5484) Resource creation Initiated
canary-one | 19/90 | 1:12:22 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer91/ArtifactsBucket/Policy (SynNodejsPuppeteer91ArtifactsBucketPolicyE12325E8) Resource creation Initiated
canary-one | 19/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium41/ServiceRole (SynPythonSelenium41ServiceRoleE9738635) Resource creation Initiated
canary-one | 19/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer90/ServiceRole (SynNodejsPuppeteer90ServiceRole4C46C1F6) Resource creation Initiated
canary-one | 19/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer70/ArtifactsBucket/Policy (SynNodejsPuppeteer70ArtifactsBucketPolicyC17D7D41) Resource creation Initiated
canary-one | 19/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPlaywright10playwrightCanaryHandler/ServiceRole (SynNodejsPlaywright10playwrightCanaryHandlerServiceRole7A9115C7) Resource creation Initiated
canary-one | 19/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket/Policy (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucketPolicy8247160A) Resource creation Initiated
canary-one | 19/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | DirectoryAsset/ServiceRole (DirectoryAssetServiceRole6C204C16) Resource creation Initiated
canary-one | 19/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium40/ArtifactsBucket/Policy (SynPythonSelenium40ArtifactsBucketPolicy8A526829) Resource creation Initiated
canary-one | 20/90 | 1:12:23 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer62/ArtifactsBucket/Policy (SynNodejsPuppeteer62ArtifactsBucketPolicyC32C22F0) 
canary-one | 20/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium41/ArtifactsBucket/Policy (SynPythonSelenium41ArtifactsBucketPolicyCBD60284) Resource creation Initiated
canary-one | 20/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | FolderAsset/ArtifactsBucket/Policy (FolderAssetArtifactsBucketPolicy8A05616A) Resource creation Initiated
canary-one | 20/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | DirectoryAsset/ArtifactsBucket/Policy (DirectoryAssetArtifactsBucketPolicy6F51B03A) Resource creation Initiated
canary-one | 21/90 | 1:12:23 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium21/ArtifactsBucket/Policy (SynPythonSelenium21ArtifactsBucketPolicy8DB00696) 
canary-one | 21/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPlaywright10/ServiceRole (SynNodejsPlaywright10ServiceRole0BA4E2F2) Resource creation Initiated
canary-one | 21/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium40/ServiceRole (SynPythonSelenium40ServiceRole48784551) Resource creation Initiated
canary-one | 21/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10/ArtifactsBucket/Policy (SynNodejsPlaywright10ArtifactsBucketPolicy6B84E5D0) Resource creation Initiated
canary-one | 22/90 | 1:12:23 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer80/ArtifactsBucket/Policy (SynNodejsPuppeteer80ArtifactsBucketPolicy5D5182F2) 
canary-one | 23/90 | 1:12:23 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | ZipAsset/ArtifactsBucket/Policy (ZipAssetArtifactsBucketPolicy14B38CC6) 
canary-one | 24/90 | 1:12:23 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer52/ArtifactsBucket/Policy (SynNodejsPuppeteer52ArtifactsBucketPolicy0F03DBAC) 
canary-one | 25/90 | 1:12:23 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer70/ArtifactsBucket/Policy (SynNodejsPuppeteer70ArtifactsBucketPolicyC17D7D41) 
canary-one | 25/90 | 1:12:23 PM | CREATE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer70/ServiceRole (SynNodejsPuppeteer70ServiceRoleE56E5399) Resource creation Initiated
canary-one | 26/90 | 1:12:23 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | Custom::S3AutoDeleteObjectsCustomResourceProvider/Role (CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092) 
canary-one | 27/90 | 1:12:23 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium40/ArtifactsBucket/Policy (SynPythonSelenium40ArtifactsBucketPolicy8A526829) 
canary-one | 28/90 | 1:12:23 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider/Role (CustomSyntheticsAutoDeleteUnderlyingResourcesCustomResourceProviderRole2D11A112) 
canary-one | 29/90 | 1:12:23 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | FolderAsset/ArtifactsBucket/Policy (FolderAssetArtifactsBucketPolicy8A05616A) 
canary-one | 30/90 | 1:12:23 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | DirectoryAsset/ArtifactsBucket/Policy (DirectoryAssetArtifactsBucketPolicy6F51B03A) 
canary-one | 31/90 | 1:12:23 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket/Policy (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucketPolicy8247160A) 
canary-one | 32/90 | 1:12:23 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium41/ArtifactsBucket/Policy (SynPythonSelenium41ArtifactsBucketPolicyCBD60284) 
canary-one | 33/90 | 1:12:24 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10/ArtifactsBucket/Policy (SynNodejsPlaywright10ArtifactsBucketPolicy6B84E5D0) 
canary-one | 33/90 | 1:12:24 PM | CREATE_IN_PROGRESS   | AWS::Lambda::Function                           | Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler (CustomS3AutoDeleteObjectsCustomResourceProviderHandler9D90184F) 
canary-one | 33/90 | 1:12:24 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | MyTestBucket/Policy (MyTestBucketPolicyE11AF29F) 
canary-one | 33/90 | 1:12:25 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | MyTestBucket/Policy (MyTestBucketPolicyE11AF29F) Resource creation Initiated
canary-one | 34/90 | 1:12:26 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | MyTestBucket/Policy (MyTestBucketPolicyE11AF29F) 
canary-one | 34/90 | 1:12:26 PM | CREATE_IN_PROGRESS   | AWS::Lambda::Function                           | Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler (CustomS3AutoDeleteObjectsCustomResourceProviderHandler9D90184F) Resource creation Initiated
canary-one | 34/90 | 1:12:27 PM | CREATE_IN_PROGRESS   | AWS::Lambda::Function                           | Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler (CustomS3AutoDeleteObjectsCustomResourceProviderHandler9D90184F) Eventual consistency check initiated
canary-one | 34/90 | 1:12:28 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium30/ArtifactsBucket/Policy (SynPythonSelenium30ArtifactsBucketPolicy8D6F24A3) Resource creation Initiated
canary-one | 35/90 | 1:12:28 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer91/ArtifactsBucket/Policy (SynNodejsPuppeteer91ArtifactsBucketPolicyE12325E8) 
canary-one | 35/90 | 1:12:28 PM | CREATE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer90/ArtifactsBucket/Policy (SynNodejsPuppeteer90ArtifactsBucketPolicyCEB4F82B) Resource creation Initiated
canary-one | 36/90 | 1:12:29 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer90/ArtifactsBucket/Policy (SynNodejsPuppeteer90ArtifactsBucketPolicyCEB4F82B) 
canary-one | 37/90 | 1:12:29 PM | CREATE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium30/ArtifactsBucket/Policy (SynPythonSelenium30ArtifactsBucketPolicy8D6F24A3) 
canary-one | 38/90 | 1:12:32 PM | CREATE_COMPLETE      | AWS::Lambda::Function                           | Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler (CustomS3AutoDeleteObjectsCustomResourceProviderHandler9D90184F) 
canary-one | 38/90 | 1:12:33 PM | CREATE_IN_PROGRESS   | Custom::S3AutoDeleteObjects                     | MyTestBucket/AutoDeleteObjectsCustomResource/Default (MyTestBucketAutoDeleteObjectsCustomResource1E1AC890) 
canary-one | 38/90 | 1:12:36 PM | CREATE_IN_PROGRESS   | Custom::S3AutoDeleteObjects                     | MyTestBucket/AutoDeleteObjectsCustomResource/Default (MyTestBucketAutoDeleteObjectsCustomResource1E1AC890) Resource creation Initiated
canary-one | 39/90 | 1:12:36 PM | CREATE_COMPLETE      | Custom::S3AutoDeleteObjects                     | MyTestBucket/AutoDeleteObjectsCustomResource/Default (MyTestBucketAutoDeleteObjectsCustomResource1E1AC890) 
canary-one | 40/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer52/ServiceRole (SynNodejsPuppeteer52ServiceRole2298F142) 
canary-one | 41/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium21/ServiceRole (SynPythonSelenium21ServiceRoleB0530FDC) 
canary-one | 42/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer91/ServiceRole (SynNodejsPuppeteer91ServiceRole43CCD563) 
canary-one | 43/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | ZipAsset/ServiceRole (ZipAssetServiceRole4F096552) 
canary-one | 44/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer62/ServiceRole (SynNodejsPuppeteer62ServiceRole12338448) 
canary-one | 45/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium30/ServiceRole (SynPythonSelenium30ServiceRole73B0A848) 
canary-one | 46/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer80/ServiceRole (SynNodejsPuppeteer80ServiceRole0E16E509) 
canary-one | 47/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | FolderAsset/ServiceRole (FolderAssetServiceRole87AE7EF1) 
canary-one | 48/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium41/ServiceRole (SynPythonSelenium41ServiceRoleE9738635) 
canary-one | 49/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | InlineAsset/ServiceRole (InlineAssetServiceRole90EB5484) 
canary-one | 50/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | DirectoryAsset/ServiceRole (DirectoryAssetServiceRole6C204C16) 
canary-one | 51/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPlaywright10playwrightCanaryHandler/ServiceRole (SynNodejsPlaywright10playwrightCanaryHandlerServiceRole7A9115C7) 
canary-one | 52/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer90/ServiceRole (SynNodejsPuppeteer90ServiceRole4C46C1F6) 
canary-one | 53/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPlaywright10/ServiceRole (SynNodejsPlaywright10ServiceRole0BA4E2F2) 
canary-one | 54/90 | 1:12:39 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium40/ServiceRole (SynPythonSelenium40ServiceRole48784551) 
canary-one | 54/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | ZipAsset (ZipAssetA028C65F) 
canary-one | 54/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer91 (SynNodejsPuppeteer9117CE212D) 
canary-one | 54/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium21 (SynPythonSelenium2123B5E7A5) 
canary-one | 54/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer52 (SynNodejsPuppeteer52CC5CC084) 
canary-one | 55/90 | 1:12:40 PM | CREATE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer70/ServiceRole (SynNodejsPuppeteer70ServiceRoleE56E5399) 
canary-one | 55/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer80 (SynNodejsPuppeteer803AA42A6D) 
canary-one | 55/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium30 (SynPythonSelenium30F6137007) 
canary-one | 55/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | InlineAsset (InlineAsset5EAEB9B5) 
canary-one | 55/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium41 (SynPythonSelenium419AEADD79) 
canary-one | 55/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | FolderAsset (FolderAssetDC62ADA6) 
canary-one | 55/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer62 (SynNodejsPuppeteer62E9F06E5D) 
canary-one | 55/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | DirectoryAsset (DirectoryAssetB49EFE5C) 
canary-one | 55/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPlaywright10playwrightCanaryHandler (SynNodejsPlaywright10playwrightCanaryHandlerE7AC2FCD) 
canary-one | 55/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPlaywright10 (SynNodejsPlaywright109DE126CA) 
canary-one | 55/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer90 (SynNodejsPuppeteer90B411CAAC) 
canary-one | 55/90 | 1:12:40 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium40 (SynPythonSelenium40B722B964) 
canary-one | 55/90 | 1:12:41 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium21 (SynPythonSelenium2123B5E7A5) Resource creation Initiated
canary-one | 55/90 | 1:12:41 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer70 (SynNodejsPuppeteer70DA1BD395) 
canary-one | 55/90 | 1:12:41 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | ZipAsset (ZipAssetA028C65F) Resource creation Initiated
canary-one | 55/90 | 1:12:41 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer52 (SynNodejsPuppeteer52CC5CC084) Resource creation Initiated
canary-one | 55/90 | 1:12:41 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer91 (SynNodejsPuppeteer9117CE212D) Resource creation Initiated
canary-one | 55/90 | 1:12:41 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium41 (SynPythonSelenium419AEADD79) Resource creation Initiated
canary-one | 55/90 | 1:12:41 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer62 (SynNodejsPuppeteer62E9F06E5D) Resource creation Initiated
canary-one | 55/90 | 1:12:41 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer80 (SynNodejsPuppeteer803AA42A6D) Resource creation Initiated
canary-one | 55/90 | 1:12:41 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPlaywright10playwrightCanaryHandler (SynNodejsPlaywright10playwrightCanaryHandlerE7AC2FCD) Resource creation Initiated
canary-one | 55/90 | 1:12:41 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPlaywright10 (SynNodejsPlaywright109DE126CA) Resource creation Initiated
canary-one | 55/90 | 1:12:41 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer90 (SynNodejsPuppeteer90B411CAAC) Resource creation Initiated
canary-one | 55/90 | 1:12:41 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium40 (SynPythonSelenium40B722B964) Resource creation Initiated
canary-one | 55/90 | 1:12:42 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer70 (SynNodejsPuppeteer70DA1BD395) Resource creation Initiated
canary-one | 55/90 | 1:12:44 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium30 (SynPythonSelenium30F6137007) Resource creation Initiated
canary-one | 55/90 | 1:12:46 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | FolderAsset (FolderAssetDC62ADA6) Resource creation Initiated
canary-one | 55/90 | 1:12:46 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | InlineAsset (InlineAsset5EAEB9B5) Resource creation Initiated
canary-one | 55/90 | 1:12:46 PM | CREATE_IN_PROGRESS   | AWS::Synthetics::Canary                         | DirectoryAsset (DirectoryAssetB49EFE5C) Resource creation Initiated
canary-one | 55/90 | 1:12:51 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | ZipAsset (ZipAssetA028C65F) Resource handler returned message: "Could not unzip uploaded file. Please check your file, then try to upload again. (Service: AWSLambda; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 91d2e2cb-581f-4037-b0ce-87301fe9c42f; Proxy: null)" (RequestToken: a96e5a06-f345-5416-56e6-766e82f14a90, HandlerErrorCode: GeneralServiceException)
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynPythonSelenium40 (SynPythonSelenium40B722B964) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPuppeteer70 (SynNodejsPuppeteer70DA1BD395) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | FolderAsset (FolderAssetDC62ADA6) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPuppeteer91 (SynNodejsPuppeteer9117CE212D) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPuppeteer80 (SynNodejsPuppeteer803AA42A6D) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynPythonSelenium21 (SynPythonSelenium2123B5E7A5) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | DirectoryAsset (DirectoryAssetB49EFE5C) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPuppeteer52 (SynNodejsPuppeteer52CC5CC084) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPuppeteer90 (SynNodejsPuppeteer90B411CAAC) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPuppeteer62 (SynNodejsPuppeteer62E9F06E5D) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynPythonSelenium30 (SynPythonSelenium30F6137007) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPlaywright10playwrightCanaryHandler (SynNodejsPlaywright10playwrightCanaryHandlerE7AC2FCD) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynPythonSelenium41 (SynPythonSelenium419AEADD79) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | InlineAsset (InlineAsset5EAEB9B5) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | SynNodejsPlaywright10 (SynNodejsPlaywright109DE126CA) Resource creation cancelled
canary-one | 55/90 | 1:12:52 PM | ROLLBACK_IN_PROGRESS | AWS::CloudFormation::Stack                      | canary-one The following resource(s) failed to create: [SynNodejsPuppeteer62E9F06E5D, SynPythonSelenium419AEADD79, SynPythonSelenium2123B5E7A5, SynNodejsPuppeteer52CC5CC084, InlineAsset5EAEB9B5, DirectoryAssetB49EFE5C, SynNodejsPuppeteer9117CE212D, SynNodejsPuppeteer90B411CAAC, SynPythonSelenium40B722B964, SynNodejsPlaywright109DE126CA, SynNodejsPlaywright10playwrightCanaryHandlerE7AC2FCD, ZipAssetA028C65F, SynPythonSelenium30F6137007, FolderAssetDC62ADA6, SynNodejsPuppeteer803AA42A6D, SynNodejsPuppeteer70DA1BD395]. Rollback requested by user.
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer62/ArtifactsBucket/Policy (SynNodejsPuppeteer62ArtifactsBucketPolicyC32C22F0) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider/Role (CustomSyntheticsAutoDeleteUnderlyingResourcesCustomResourceProviderRole2D11A112) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer62 (SynNodejsPuppeteer62E9F06E5D) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPlaywright10playwrightCanaryHandler (SynNodejsPlaywright10playwrightCanaryHandlerE7AC2FCD) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium41/ArtifactsBucket/Policy (SynPythonSelenium41ArtifactsBucketPolicyCBD60284) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer52 (SynNodejsPuppeteer52CC5CC084) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | DirectoryAsset/ArtifactsBucket/Policy (DirectoryAssetArtifactsBucketPolicy6F51B03A) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPlaywright10 (SynNodejsPlaywright109DE126CA) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | ZipAsset (ZipAssetA028C65F) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer80/ArtifactsBucket/Policy (SynNodejsPuppeteer80ArtifactsBucketPolicy5D5182F2) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | Custom::S3AutoDeleteObjects                     | MyTestBucket/AutoDeleteObjectsCustomResource/Default (MyTestBucketAutoDeleteObjectsCustomResource1E1AC890) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer70 (SynNodejsPuppeteer70DA1BD395) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10/ArtifactsBucket/Policy (SynNodejsPlaywright10ArtifactsBucketPolicy6B84E5D0) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer91/ArtifactsBucket/Policy (SynNodejsPuppeteer91ArtifactsBucketPolicyE12325E8) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer91 (SynNodejsPuppeteer9117CE212D) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium40/ArtifactsBucket/Policy (SynPythonSelenium40ArtifactsBucketPolicy8A526829) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer90 (SynNodejsPuppeteer90B411CAAC) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | InlineAsset (InlineAsset5EAEB9B5) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium41 (SynPythonSelenium419AEADD79) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer90/ArtifactsBucket/Policy (SynNodejsPuppeteer90ArtifactsBucketPolicyCEB4F82B) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | ZipAsset/ArtifactsBucket/Policy (ZipAssetArtifactsBucketPolicy14B38CC6) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium21 (SynPythonSelenium2123B5E7A5) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | FolderAsset (FolderAssetDC62ADA6) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | DirectoryAsset (DirectoryAssetB49EFE5C) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium21/ArtifactsBucket/Policy (SynPythonSelenium21ArtifactsBucketPolicy8DB00696) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynNodejsPuppeteer80 (SynNodejsPuppeteer803AA42A6D) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium40 (SynPythonSelenium40B722B964) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer70/ArtifactsBucket/Policy (SynNodejsPuppeteer70ArtifactsBucketPolicyC17D7D41) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::Synthetics::Canary                         | SynPythonSelenium30 (SynPythonSelenium30F6137007) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer52/ArtifactsBucket/Policy (SynNodejsPuppeteer52ArtifactsBucketPolicy0F03DBAC) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynPythonSelenium30/ArtifactsBucket/Policy (SynPythonSelenium30ArtifactsBucketPolicy8D6F24A3) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | FolderAsset/ArtifactsBucket/Policy (FolderAssetArtifactsBucketPolicy8A05616A) 
canary-one | 55/90 | 1:12:55 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket/Policy (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucketPolicy8247160A) 
canary-one | 54/90 | 1:12:56 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer62/ArtifactsBucket/Policy (SynNodejsPuppeteer62ArtifactsBucketPolicyC32C22F0) 
canary-one | 53/90 | 1:12:56 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium41/ArtifactsBucket/Policy (SynPythonSelenium41ArtifactsBucketPolicyCBD60284) 
canary-one | 52/90 | 1:12:56 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium30/ArtifactsBucket/Policy (SynPythonSelenium30ArtifactsBucketPolicy8D6F24A3) 
canary-one | 51/90 | 1:12:56 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer90/ArtifactsBucket/Policy (SynNodejsPuppeteer90ArtifactsBucketPolicyCEB4F82B) 
canary-one | 50/90 | 1:12:56 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10/ArtifactsBucket/Policy (SynNodejsPlaywright10ArtifactsBucketPolicy6B84E5D0) 
canary-one | 49/90 | 1:12:56 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer52/ArtifactsBucket/Policy (SynNodejsPuppeteer52ArtifactsBucketPolicy0F03DBAC) 
canary-one | 48/90 | 1:12:56 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium21/ArtifactsBucket/Policy (SynPythonSelenium21ArtifactsBucketPolicy8DB00696) 
canary-one | 47/90 | 1:12:56 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer80/ArtifactsBucket/Policy (SynNodejsPuppeteer80ArtifactsBucketPolicy5D5182F2) 
canary-one | 46/90 | 1:12:56 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | FolderAsset/ArtifactsBucket/Policy (FolderAssetArtifactsBucketPolicy8A05616A) 
canary-one | 45/90 | 1:12:56 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | DirectoryAsset/ArtifactsBucket/Policy (DirectoryAssetArtifactsBucketPolicy6F51B03A) 
canary-one | 44/90 | 1:12:56 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket/Policy (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucketPolicy8247160A) 
canary-one | 43/90 | 1:12:56 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer70/ArtifactsBucket/Policy (SynNodejsPuppeteer70ArtifactsBucketPolicyC17D7D41) 
canary-one | 42/90 | 1:12:57 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynPythonSelenium40/ArtifactsBucket/Policy (SynPythonSelenium40ArtifactsBucketPolicy8A526829) 
canary-one | 41/90 | 1:12:58 PM | DELETE_COMPLETE      | Custom::S3AutoDeleteObjects                     | MyTestBucket/AutoDeleteObjectsCustomResource/Default (MyTestBucketAutoDeleteObjectsCustomResource1E1AC890) 
canary-one | 41/90 | 1:12:59 PM | DELETE_IN_PROGRESS   | AWS::Lambda::Function                           | Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler (CustomS3AutoDeleteObjectsCustomResourceProviderHandler9D90184F) 
canary-one | 41/90 | 1:12:59 PM | DELETE_IN_PROGRESS   | AWS::S3::BucketPolicy                           | MyTestBucket/Policy (MyTestBucketPolicyE11AF29F) 
canary-one | 40/90 | 1:12:59 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | ZipAsset/ArtifactsBucket/Policy (ZipAssetArtifactsBucketPolicy14B38CC6) 
canary-one | 39/90 | 1:12:59 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | SynNodejsPuppeteer91/ArtifactsBucket/Policy (SynNodejsPuppeteer91ArtifactsBucketPolicyE12325E8) 
canary-one | 38/90 | 1:13:00 PM | DELETE_COMPLETE      | AWS::S3::BucketPolicy                           | MyTestBucket/Policy (MyTestBucketPolicyE11AF29F) 
canary-one | 39/90 | 1:13:01 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPuppeteer62 (SynNodejsPuppeteer62E9F06E5D) 
canary-one | 40/90 | 1:13:02 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | ZipAsset (ZipAssetA028C65F) 
canary-one | 41/90 | 1:13:02 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynPythonSelenium21 (SynPythonSelenium2123B5E7A5) 
canary-one | 41/90 | 1:13:02 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer62/ServiceRole (SynNodejsPuppeteer62ServiceRole12338448) 
canary-one | 42/90 | 1:13:02 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynPythonSelenium30 (SynPythonSelenium30F6137007) 
canary-one | 42/90 | 1:13:02 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | ZipAsset/ServiceRole (ZipAssetServiceRole4F096552) 
canary-one | 42/90 | 1:13:02 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium21/ServiceRole (SynPythonSelenium21ServiceRoleB0530FDC) 
canary-one | 42/90 | 1:13:02 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium30/ServiceRole (SynPythonSelenium30ServiceRole73B0A848) 
canary-one | 41/90 | 1:13:02 PM | DELETE_COMPLETE      | AWS::Lambda::Function                           | Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler (CustomS3AutoDeleteObjectsCustomResourceProviderHandler9D90184F) 
canary-one | 41/90 | 1:13:03 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | Custom::S3AutoDeleteObjectsCustomResourceProvider/Role (CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092) 
canary-one | 40/90 | 1:13:04 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | Custom::SyntheticsAutoDeleteUnderlyingResourcesCustomResourceProvider/Role (CustomSyntheticsAutoDeleteUnderlyingResourcesCustomResourceProviderRole2D11A112) 
canary-one | 41/90 | 1:13:04 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynPythonSelenium41 (SynPythonSelenium419AEADD79) 
canary-one | 41/90 | 1:13:05 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium41/ServiceRole (SynPythonSelenium41ServiceRoleE9738635) 
canary-one | 42/90 | 1:13:06 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPlaywright10 (SynNodejsPlaywright109DE126CA) 
canary-one | 42/90 | 1:13:06 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPlaywright10/ServiceRole (SynNodejsPlaywright10ServiceRole0BA4E2F2) 
canary-one | 41/90 | 1:13:11 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium21/ServiceRole (SynPythonSelenium21ServiceRoleB0530FDC) 
canary-one | 40/90 | 1:13:11 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium30/ServiceRole (SynPythonSelenium30ServiceRole73B0A848) 
canary-one | 39/90 | 1:13:11 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | Custom::S3AutoDeleteObjectsCustomResourceProvider/Role (CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092) 
canary-one | 39/90 | 1:13:12 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynPythonSelenium21/ArtifactsBucket (SynPythonSelenium21ArtifactsBucket889F10E3) 
canary-one | 38/90 | 1:13:12 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | ZipAsset/ServiceRole (ZipAssetServiceRole4F096552) 
canary-one | 38/90 | 1:13:12 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynPythonSelenium30/ArtifactsBucket (SynPythonSelenium30ArtifactsBucket4B78D3B9) 
canary-one | 37/90 | 1:13:12 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer62/ServiceRole (SynNodejsPuppeteer62ServiceRole12338448) 
canary-one | 38/90 | 1:13:12 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPuppeteer91 (SynNodejsPuppeteer9117CE212D) 
canary-one | 38/90 | 1:13:13 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | ZipAsset/ArtifactsBucket (ZipAssetArtifactsBucket8D4ED76C) 
canary-one | 39/90 | 1:13:13 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPuppeteer80 (SynNodejsPuppeteer803AA42A6D) 
canary-one | 39/90 | 1:13:13 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer91/ServiceRole (SynNodejsPuppeteer91ServiceRole43CCD563) 
canary-one | 39/90 | 1:13:13 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPuppeteer62/ArtifactsBucket (SynNodejsPuppeteer62ArtifactsBucket8BF029F1) 
canary-one | 39/90 | 1:13:13 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer80/ServiceRole (SynNodejsPuppeteer80ServiceRole0E16E509) 
canary-one | 40/90 | 1:13:14 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPlaywright10playwrightCanaryHandler (SynNodejsPlaywright10playwrightCanaryHandlerE7AC2FCD) 
canary-one | 41/90 | 1:13:14 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | DirectoryAsset (DirectoryAssetB49EFE5C) 
canary-one | 42/90 | 1:13:14 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPuppeteer70 (SynNodejsPuppeteer70DA1BD395) 
canary-one | 43/90 | 1:13:14 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | FolderAsset (FolderAssetDC62ADA6) 
canary-one | 42/90 | 1:13:14 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium41/ServiceRole (SynPythonSelenium41ServiceRoleE9738635) 
canary-one | 42/90 | 1:13:14 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPlaywright10playwrightCanaryHandler/ServiceRole (SynNodejsPlaywright10playwrightCanaryHandlerServiceRole7A9115C7) 
canary-one | 42/90 | 1:13:14 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer70/ServiceRole (SynNodejsPuppeteer70ServiceRoleE56E5399) 
canary-one | 42/90 | 1:13:15 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | DirectoryAsset/ServiceRole (DirectoryAssetServiceRole6C204C16) 
canary-one | 42/90 | 1:13:15 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | FolderAsset/ServiceRole (FolderAssetServiceRole87AE7EF1) 
canary-one | 43/90 | 1:13:15 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPuppeteer90 (SynNodejsPuppeteer90B411CAAC) 
canary-one | 42/90 | 1:13:15 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPlaywright10/ServiceRole (SynNodejsPlaywright10ServiceRole0BA4E2F2) 
canary-one | 43/90 | 1:13:15 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | InlineAsset (InlineAsset5EAEB9B5) 
canary-one | 43/90 | 1:13:15 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynPythonSelenium41/ArtifactsBucket (SynPythonSelenium41ArtifactsBucket002B72CA) 
canary-one | 44/90 | 1:13:15 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynPythonSelenium40 (SynPythonSelenium40B722B964) 
canary-one | 44/90 | 1:13:16 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer90/ServiceRole (SynNodejsPuppeteer90ServiceRole4C46C1F6) 
canary-one | 44/90 | 1:13:16 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | InlineAsset/ServiceRole (InlineAssetServiceRole90EB5484) 
canary-one | 44/90 | 1:13:16 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynPythonSelenium40/ServiceRole (SynPythonSelenium40ServiceRole48784551) 
canary-one | 44/90 | 1:13:16 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPlaywright10/ArtifactsBucket (SynNodejsPlaywright10ArtifactsBucket0BEF234F) 
canary-one | 45/90 | 1:13:17 PM | DELETE_COMPLETE      | AWS::Synthetics::Canary                         | SynNodejsPuppeteer52 (SynNodejsPuppeteer52CC5CC084) 
canary-one | 45/90 | 1:13:18 PM | DELETE_IN_PROGRESS   | AWS::ApiGateway::Stage                          | ApiGateway/DeploymentStage.prod (ApiGatewayDeploymentStageprod1C6D5CD6) 
canary-one | 45/90 | 1:13:18 PM | DELETE_IN_PROGRESS   | AWS::IAM::Role                                  | SynNodejsPuppeteer52/ServiceRole (SynNodejsPuppeteer52ServiceRole2298F142) 
canary-one | 44/90 | 1:13:19 PM | DELETE_COMPLETE      | AWS::ApiGateway::Stage                          | ApiGateway/DeploymentStage.prod (ApiGatewayDeploymentStageprod1C6D5CD6) 
canary-one | 44/90 | 1:13:19 PM | DELETE_IN_PROGRESS   | AWS::ApiGateway::Deployment                     | ApiGateway/Deployment (ApiGatewayDeploymentA26796E849bfdafc1a375345a13992f6e2987daf) 
canary-one | 43/90 | 1:13:21 PM | DELETE_COMPLETE      | AWS::ApiGateway::Deployment                     | ApiGateway/Deployment (ApiGatewayDeploymentA26796E849bfdafc1a375345a13992f6e2987daf) 
canary-one | 42/90 | 1:13:21 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer91/ServiceRole (SynNodejsPuppeteer91ServiceRole43CCD563) 
canary-one | 42/90 | 1:13:21 PM | DELETE_IN_PROGRESS   | AWS::ApiGateway::Method                         | ApiGateway/Default/GET (ApiGatewayGET25EBFEA3) 
canary-one | 42/90 | 1:13:22 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPuppeteer91/ArtifactsBucket (SynNodejsPuppeteer91ArtifactsBucketFED9F6CE) 
canary-one | 41/90 | 1:13:22 PM | DELETE_COMPLETE      | AWS::ApiGateway::Method                         | ApiGateway/Default/GET (ApiGatewayGET25EBFEA3) 
canary-one | 41/90 | 1:13:22 PM | DELETE_IN_PROGRESS   | AWS::ApiGateway::RestApi                        | ApiGateway (ApiGateway11E7F47B) 
canary-one | 40/90 | 1:13:23 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer70/ServiceRole (SynNodejsPuppeteer70ServiceRoleE56E5399) 
canary-one | 39/90 | 1:13:23 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer80/ServiceRole (SynNodejsPuppeteer80ServiceRole0E16E509) 
canary-one | 38/90 | 1:13:23 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | DirectoryAsset/ServiceRole (DirectoryAssetServiceRole6C204C16) 
canary-one | 37/90 | 1:13:23 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | FolderAsset/ServiceRole (FolderAssetServiceRole87AE7EF1) 
canary-one | 36/90 | 1:13:23 PM | DELETE_COMPLETE      | AWS::ApiGateway::RestApi                        | ApiGateway (ApiGateway11E7F47B) 
canary-one | 36/90 | 1:13:24 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPuppeteer70/ArtifactsBucket (SynNodejsPuppeteer70ArtifactsBucket646D6465) 
canary-one | 36/90 | 1:13:24 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPuppeteer80/ArtifactsBucket (SynNodejsPuppeteer80ArtifactsBucket5177BBC8) 
canary-one | 36/90 | 1:13:24 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | DirectoryAsset/ArtifactsBucket (DirectoryAssetArtifactsBucketA79AFD6C) 
canary-one | 36/90 | 1:13:24 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | FolderAsset/ArtifactsBucket (FolderAssetArtifactsBucket4233584C) 
canary-one | 35/90 | 1:13:24 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer90/ServiceRole (SynNodejsPuppeteer90ServiceRole4C46C1F6) 
canary-one | 34/90 | 1:13:24 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPlaywright10playwrightCanaryHandler/ServiceRole (SynNodejsPlaywright10playwrightCanaryHandlerServiceRole7A9115C7) 
canary-one | 34/90 | 1:13:25 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPuppeteer90/ArtifactsBucket (SynNodejsPuppeteer90ArtifactsBucket8786E2CC) 
canary-one | 34/90 | 1:13:25 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPlaywright10playwrightCanaryHandler/ArtifactsBucket (SynNodejsPlaywright10playwrightCanaryHandlerArtifactsBucket15738B6B) 
canary-one | 33/90 | 1:13:26 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | InlineAsset/ServiceRole (InlineAssetServiceRole90EB5484) 
canary-one | 32/90 | 1:13:26 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynPythonSelenium40/ServiceRole (SynPythonSelenium40ServiceRole48784551) 
canary-one | 32/90 | 1:13:26 PM | DELETE_IN_PROGRESS   | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) 
canary-one | 32/90 | 1:13:27 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynPythonSelenium40/ArtifactsBucket (SynPythonSelenium40ArtifactsBucketE0BB1A15) 
canary-one | 31/90 | 1:13:28 PM | DELETE_COMPLETE      | AWS::IAM::Role                                  | SynNodejsPuppeteer52/ServiceRole (SynNodejsPuppeteer52ServiceRole2298F142) 
canary-one | 30/90 | 1:13:28 PM | DELETE_COMPLETE      | AWS::S3::Bucket                                 | MyTestBucket (MyTestBucket81062429) 
canary-one | 30/90 | 1:13:28 PM | DELETE_SKIPPED       | AWS::S3::Bucket                                 | SynNodejsPuppeteer52/ArtifactsBucket (SynNodejsPuppeteer52ArtifactsBucket78DA2C5A) 
canary-one | 31/90 | 1:13:29 PM | ROLLBACK_COMPLETE    | AWS::CloudFormation::Stack                      | canary-one 

Failed resources:
canary-one | 1:12:51 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | ZipAsset (ZipAssetA028C65F) Resource handler returned message: "Could not unzip uploaded file. Please check your file, then try to upload again. (Service: AWSLambda; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 91d2e2cb-581f-4037-b0ce-87301fe9c42f; Proxy: null)" (RequestToken: a96e5a06-f345-5416-56e6-766e82f14a90, HandlerErrorCode: GeneralServiceException)
❌  canary-one failed: _ToolkitError: The stack named canary-one failed creation, it may need to be manually deleted from the AWS console: ROLLBACK_COMPLETE: Resource handler returned message: "Could not unzip uploaded file. Please check your file, then try to upload again. (Service: AWSLambda; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 91d2e2cb-581f-4037-b0ce-87301fe9c42f; Proxy: null)" (RequestToken: a96e5a06-f345-5416-56e6-766e82f14a90, HandlerErrorCode: GeneralServiceException)
  FAILED     aws-synthetics/test/integ.canary-IntegCanaryTest/DefaultTest (undefined/us-east-1) 136.813s
      Integration test failed: Error: Command exited with status 1

Test Results: 

Tests:    1 failed, 1 total
Error: Some integration tests failed!
    at main (/home/arm/repos/aws-cdk/node_modules/@aws-cdk/integ-runner/lib/index.js:10256:15)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

@armujahid armujahid marked this pull request as ready for review April 25, 2025 08:26
@github-actions github-actions bot added the effort/small Small work item – less than a day of effort label Apr 25, 2025
Copy link
Contributor

@badmintoncryer badmintoncryer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this will solve the fundamental issue, but could you please re-run the integ test following these steps?

  • Merge the newest origin/main
  • Run yarn at the repository root
  • Run npx lerna run build --scope=@aws-cdk-testing/framework-integ --skip-nx-cache
  • Delete the integ.canary.js.snapshot folder
  • Run the integ test

@armujahid armujahid force-pushed the 34252-add-missing-canary-runtimes branch from 1c88d8e to 5680c84 Compare April 25, 2025 18:15
@armujahid
Copy link
Contributor Author

@badmintoncryer I did what you mentioned but this doesn't resolve the issue.

  1. Branch is synced with main
  2. yarn is already executed at root but I executed that again
  3. npx lerna run build --scope=@aws-cdk-testing/framework-integ --skip-nx-cache
  4. rm -rf packages/@aws-cdk-testing/framework-integ/test/aws-synthetics/test/integ.canary.js.snapshot
  5. cd packages/@aws-cdk-testing/framework-integ and yarn integ test/aws-synthetics/test/integ.canary.js --update-on-failed
canary-one | 36/100 | 11:43:00 PM | ROLLBACK_COMPLETE    | AWS::CloudFormation::Stack                      | canary-one 

Failed resources:
canary-one | 11:42:05 PM | CREATE_FAILED        | AWS::Synthetics::Canary                         | ZipAsset (ZipAssetA028C65F) Resource handler returned message: "Could not unzip uploaded file. Please check your file, then try to upload again. (Service: AWSLambda; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: e932660f-fa53-4d77-b020-b7996116729f; Proxy: null)" (RequestToken: 77cad758-22d9-c1c4-356c-02e72ec36c06, HandlerErrorCode: GeneralServiceException)
❌  canary-one failed: _ToolkitError: The stack named canary-one failed creation, it may need to be manually deleted from the AWS console: ROLLBACK_COMPLETE: Resource handler returned message: "Could not unzip uploaded file. Please check your file, then try to upload again. (Service: AWSLambda; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: e932660f-fa53-4d77-b020-b7996116729f; Proxy: null)" (RequestToken: 77cad758-22d9-c1c4-356c-02e72ec36c06, HandlerErrorCode: GeneralServiceException)
  FAILED     aws-synthetics/test/integ.canary-IntegCanaryTest/DefaultTest (undefined/us-east-1) 158.583s
      Integration test failed: Error: Command exited with status 1

Test Results: 

Tests:    1 failed, 1 total
Error: Some integration tests failed!
    at main (/home/arm/repos/aws-cdk/node_modules/@aws-cdk/integ-runner/lib/index.js:10256:15)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

…n tests

Not sure why that is failing but this apparently has nothing to do with my changes.
@@ -68,20 +68,6 @@ const folderAsset = new Canary(stack, 'FolderAsset', {
cleanup: Cleanup.LAMBDA,
});

const zipAsset = new Canary(stack, 'ZipAsset', {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this ZipAsset canary is causing integration test failure that apparently has nothing to do with my changes. integration tests pass after removing this

yarn run v1.22.22
$ integ-runner --language javascript test/aws-synthetics/test/integ.canary.js --update-on-failed

Verifying integration test snapshots...

  NEW        aws-synthetics/test/integ.canary 0.58s

Snapshot Results: 

Tests:    1 failed, 1 total
Failed: /home/arm/repos/aws-cdk/packages/@aws-cdk-testing/framework-integ/test/aws-synthetics/test/integ.canary.js

Running integration tests for failed tests...

Running in parallel across regions: us-east-1, us-east-2, us-west-2
Running test /home/arm/repos/aws-cdk/packages/@aws-cdk-testing/framework-integ/test/aws-synthetics/test/integ.canary.js in us-east-1
  SUCCESS    aws-synthetics/test/integ.canary-IntegCanaryTest/DefaultTest 375.46s
       AssertionResultsAwsApiCallSyntheticsgetCanaryRuns63fe71cb09fa7431b889f8bf43ee777d - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns7529a951b35a7be38dbb382fdb631be1 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns4b48cf669b28df275fb8f9ab27c9d17e - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsf99e1fdf6a0501dc2db966a65404911a - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns21e8ff765a0e5e2ac57390c6859b307a - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsef29924a26a142cf4802d3aeba9f98dd - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns588dd7080086c213b18ceae14d834792 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsca5188fa640c2dd7572e59b0dea5a8a7 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsf91ed1876add8c22a7b35f8a7e752983 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns5d388f635365b7bc00ae6d5b493ca583 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsa8dd9b1d9ab4940791dfca7840ef18a1 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns73affc294cec6ea5bf16e36993db617f - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns10023df2885f280da73de72d07b27d46 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns072a1d4866ac44cd80d65b9fb7140f44 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns5d4a076a2d1bdce1061eefc55660bf8b - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsfdf70d7c918d67340f0ac4c6d270caa3 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsb217581b3c2b9adcdbff5018eb672c9c - success

Test Results: 

Tests:    1 passed, 1 total
Done in 376.49s.

Not sure how to fix this. Any idea?

@armujahid armujahid changed the title feat(synthetics): add 5.0 and 5.1 canary runtimes feat(synthetics): add 5.0 and 5.1 python canary runtimes Apr 25, 2025
@badmintoncryer
Copy link
Contributor

badmintoncryer commented Apr 26, 2025

@armujahid I've executed your integ test including zip asset in my repository.
https://github.com/badmintoncryer/aws-cdk/tree/34252-add-missing-canary-runtimes

yarn integ test/aws-synthetics/test/integ.canary.js --update-on-failed 
yarn run v1.22.21
$ integ-runner --language javascript test/aws-synthetics/test/integ.canary.js --update-on-failed

Verifying integration test snapshots...

  NEW        aws-synthetics/test/integ.canary 2.461s

Snapshot Results: 

Tests:    1 failed, 1 total
Failed: /Users/kazuhoshinozuka/git/aws-cdk/packages/@aws-cdk-testing/framework-integ/test/aws-synthetics/test/integ.canary.js

Running integration tests for failed tests...

Running in parallel across regions: us-east-1, us-east-2, us-west-2
Running test /Users/kazuhoshinozuka/git/aws-cdk/packages/@aws-cdk-testing/framework-integ/test/aws-synthetics/test/integ.canary.js in us-east-1
  SUCCESS    aws-synthetics/test/integ.canary-IntegCanaryTest/DefaultTest 392.042s
       AssertionResultsAwsApiCallSyntheticsgetCanaryRuns63fe71cb09fa7431b889f8bf43ee777d - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns7529a951b35a7be38dbb382fdb631be1 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns4b48cf669b28df275fb8f9ab27c9d17e - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsf99e1fdf6a0501dc2db966a65404911a - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns21e8ff765a0e5e2ac57390c6859b307a - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsef29924a26a142cf4802d3aeba9f98dd - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns588dd7080086c213b18ceae14d834792 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsaf0432d0aeabb461c9a56a62dba7b6fe - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsca5188fa640c2dd7572e59b0dea5a8a7 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsf91ed1876add8c22a7b35f8a7e752983 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns5d388f635365b7bc00ae6d5b493ca583 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsa8dd9b1d9ab4940791dfca7840ef18a1 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns73affc294cec6ea5bf16e36993db617f - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns10023df2885f280da73de72d07b27d46 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns072a1d4866ac44cd80d65b9fb7140f44 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRuns5d4a076a2d1bdce1061eefc55660bf8b - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsfdf70d7c918d67340f0ac4c6d270caa3 - success
      AssertionResultsAwsApiCallSyntheticsgetCanaryRunsb217581b3c2b9adcdbff5018eb672c9c - success

Test Results: 

Tests:    1 passed, 1 total
✨  Done in 395.45s.

Could you please pull the snapshot file from my repo?

@armujahid
Copy link
Contributor Author

armujahid commented Apr 26, 2025

@badmintoncryer done. I have pulled your commit from your branch.

@armujahid
Copy link
Contributor Author

@badmintoncryer thanks. I am curious how did snapshot generation work with that zip asset?

@badmintoncryer
Copy link
Contributor

badmintoncryer commented Apr 26, 2025

@armujahid I've only done following steps...

#34254 (review)

Could you please merge main branch again? It results needs-maintainer-review lavel will be attached.

@armujahid
Copy link
Contributor Author

armujahid commented Apr 26, 2025

@badmintoncryer that's weird. Not sure why those steps didn't work for me when I tried. I used node.js latest LTS v22.15.0 with latest yarn and my OS is Manjaro. May be we can add a dockerized build and integration test execution command that is guaranteed to work everywhere.

Sure, let me merge main again.

@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label May 6, 2025
@aws-cdk-automation aws-cdk-automation dismissed their stale review May 6, 2025 18:41

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label May 6, 2025
samson-keung
samson-keung previously approved these changes May 6, 2025
Copy link
Contributor

@samson-keung samson-keung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you for your contribution!

Copy link
Contributor

mergify bot commented May 6, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label May 6, 2025
@samson-keung samson-keung self-assigned this May 6, 2025
Copy link
Contributor

mergify bot commented May 6, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

Copy link
Contributor

mergify bot commented May 7, 2025

This pull request has been removed from the queue for the following reason: pull request branch update failed.

The pull request can't be updated.

You should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue, you can requeue the pull request, without updating it, by posting a @mergifyio requeue comment.

@mergify mergify bot dismissed samson-keung’s stale review May 7, 2025 00:17

Pull request has been modified.

samson-keung
samson-keung previously approved these changes May 7, 2025
Copy link
Contributor

@samson-keung samson-keung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-approving as merging from main dismissed the previous approval

Copy link
Contributor

mergify bot commented May 7, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

Copy link
Contributor

mergify bot commented May 7, 2025

This pull request has been removed from the queue for the following reason: pull request branch update failed.

The pull request can't be updated.

You should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue, you can requeue the pull request, without updating it, by posting a @mergifyio requeue comment.

@mergify mergify bot dismissed samson-keung’s stale review May 7, 2025 03:34

Pull request has been modified.

samson-keung
samson-keung previously approved these changes May 7, 2025
Copy link
Contributor

mergify bot commented May 7, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

Copy link
Contributor

mergify bot commented May 7, 2025

This pull request has been removed from the queue for the following reason: pull request branch update failed.

The pull request can't be updated.

You should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue, you can requeue the pull request, without updating it, by posting a @mergifyio requeue comment.

@samson-keung
Copy link
Contributor

Just a note for visibility. I am aware of the auto-merge errors. I am working on it.

@mergify mergify bot dismissed samson-keung’s stale review May 7, 2025 18:43

Pull request has been modified.

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 21185c0
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label May 7, 2025
Copy link
Contributor

mergify bot commented May 7, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 639b883 into aws:main May 7, 2025
20 of 21 checks passed
Copy link
Contributor

github-actions bot commented May 7, 2025

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2025
@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label May 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2 pr-linter/exempt-readme The PR linter will not require README changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

synthetics: add selenium runtime 5.0 and 5.1
5 participants