Node names doesn't support "-".
Let's say that we have a simple diagram like:
// Define groups and nodes
CloudFront [icon: aws-CloudFront]
User [icon: user]
Canvas [icon: android, color: green]
bucket1 [icon: aws-simple-storage-service]
bucket2 [icon: aws-simple-storage-service]
bucket3 [icon: aws-simple-storage-service]
// Define connections
User, Canvas > CloudFront <> bucket1, bucket2, bucket3
But instead generic name I would like to use a specific bucket name like "my-s3-bucket-dev".
So far, this will cause a syntax error.