This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
NotebookPlatform construct potentially building resources ID with tokens #570
Labels
emr eks
Components used in EMR on EKS abstractions
enhancement
New feature or request
good first issue
Good for newcomers
The method
addUser()
in theNotebookPlatform
construct is using theidentity_name
parameter in some resources ID. If the username is a token that is resolved at deploy time, CDK fails.Here is a typical example that is failing:
Workaround: replace the
identity_name
value by the actual name you provide to theUser
construct and add a CDK node dependency between themThe text was updated successfully, but these errors were encountered: