You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy CUDOS v5 but I get the following error:
This Custom::CidDashboard resource is in a CREATE_FAILED state.
Received response status [FAILED] from custom resource. Message returned: Cannot find /opt/python/cid/builtin/core/data/shared/customer_all_unlimited.sql
The deployment is being done via CloudFormation, which means I don't have control over the cid library to try to check this missing file. Could it be a problem with the version of cid-cmd used in the installation via template?
The steps were followed through this official documentation (The error occurs at step 3.2): Docs AWS
The documentation uses the following template from the repository we are in: Template Path