awslabs / aws-icons-for-plantuml

PlantUML sprites, macros, and other includes for Amazon Web Services services and resources
Other
902 stars 152 forks source link

Fix SQS icon example #26

Closed ryanbrookepayne closed 4 years ago

ryanbrookepayne commented 4 years ago

Description of changes:

Following the current SQS example results in the following error.

@startuml Basic Usage - AWS IoT Rules Engine

!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/master/dist
!includeurl AWSPuml/ApplicationIntegration/SimpleQueueServiceSQS.puml

SimpleQueueServiceSQS(errorQueue, "Rule Error Queue", "failed Rule actions")

@enduml

Screen Shot 2020-08-28 at 9 30 34 AM

This PR fixes the SQS example to reflect the new SQS path.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.