Hi everyone,
Iām trying to create a Databricks workspace on AWS by following the official quick start guide:
https://docs.databricks.com/aws/en/admin/workspace/quick-start
However, my CloudFormation stack fails with the following error:
The resource createWorkspace is in a CREATE_FAILED state
This Custom::CreateWorkspace resource is in a CREATE_FAILED state.
Received response status [FAILED] from custom resource.
Message returned: See the details in CloudWatch Log Stream
Looking into CloudWatch logs, I see this stack trace:
[ERROR] Exception: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call lastš
...
data = resp.json()
...
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
I used my Databricks account ID (GUID format, not the AWS account ID).
The deployment is in us-west-2 (Oregon), specifically AZ us-west-2a.
The error seems to happen when the Lambda function tries to call the Databricks Accounts API, but the response is empty (not JSON).
Has anyone run into this issue before? Any guidance would be appreciated.
Thanks!