awslabs / clickstream-analytics-on-aws

Build clickstream analytics on AWS for your mobile and web applications
https://aws.amazon.com/solutions/implementations/clickstream-analytics-on-aws/
Apache License 2.0
70 stars 21 forks source link

Reporting stack cannot be upgraded after control plane update. #468

Closed dengmingtong closed 11 months ago

dengmingtong commented 11 months ago

Summary

Reporting stack cannot be upgraded after control plane update.

Steps to reproduce

  1. Update control plane by version (Version v1.1.0)(Build dev-main-202311101512-333415db)

What is the current bug behavior?

Reporting stack cannot be triggered to update. The pipeline status in control plane is Warning.

Screenshot 2023-11-12 at 16 54 32

Error log in Step function ClickStreamApiStackActionStateMachine workflow:

{
  "errorType": "Error",
  "errorMessage": "Parameters: [QuickSightOwnerPrincipalParam] must have values",
  "trace": [
    "Error: Parameters: [QuickSightOwnerPrincipalParam] must have values",
    "    at upgradeStack (/var/task/index.js:56477:11)",
    "    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"
  ]
}

What is the expected correct behavior?

Reporting stack can be triggered to update.

Relevant logs and/or screenshots

Possible fixes


This is :bug: Bug Report

zxkane commented 11 months ago

closed as completed