Admiral-Piett / goaws

AWS (SQS/SNS) Clone for Development testing
MIT License
770 stars 145 forks source link

fix router order #221

Closed kcajmagic closed 4 years ago

kcajmagic commented 4 years ago

SimpleNotificationService/{id}.pem endpoint was falling into / path causing the consumer to receive a Bad Request response.

DayS1eeper commented 4 years ago

Requests to SimpleNotificationService/{id}.pem were caught by /{account}/{queueName} route and it was fixed in this PR https://github.com/p4tin/goaws/pull/218 .

kcajmagic commented 4 years ago

My bad I was looking at v0.3.1