diagram-as-code icon indicating copy to clipboard operation
diagram-as-code copied to clipboard

Which resources are supported?

Open serverlesspolska opened this issue 5 months ago • 1 comments

I've seen only classic architecture diagrams here. Are those just samples, or is it all that you support?

I am asking since it shouldn't be a problem to import all the service icons...

I was surprised when I ran the tool awsdac cloud-formation-template.yml --cfn-template and got this error.

WARN[0000] Type AWS::ApiGateway::Resource is not defined in the DAC definition file. It's fall backed to its service icon (Type AWS::ApiGateway). 
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x58 pc=0x101119208]

serverlesspolska avatar Jul 07 '25 11:07 serverlesspolska

This is the default list, is my understanding

https://github.com/awslabs/diagram-as-code/blob/main/definitions/definition-for-aws-icons-light.yaml

curl -s "https://raw.githubusercontent.com/awslabs/diagram-as-code/main/definitions/definition-for-aws-icons-light.yaml" | grep "AWS::" | sort

jheck90 avatar Aug 21 '25 19:08 jheck90